# HG changeset patch # User Bryan O'Sullivan # Date 1176759560 25200 # Node ID f078515438d29f2e93684bbe4ac03c88f34281c1 # Parent cd066590e2e3a00f36c9cdbdf9f6c1c825f216b4 Account for changed output. diff -r cd066590e2e3 -r f078515438d2 en/examples/branching --- a/en/examples/branching Mon Apr 16 14:38:45 2007 -0700 +++ b/en/examples/branching Mon Apr 16 14:39:20 2007 -0700 @@ -39,6 +39,7 @@ cd stable-fix echo 'This is a fix to a boring feature.' > myfile hg commit -m 'Fix a bug' +#$ ignore: /tmp/branching.* hg push #$ name: diff -r cd066590e2e3 -r f078515438d2 en/examples/mq.qinit-help.help.out --- a/en/examples/mq.qinit-help.help.out Mon Apr 16 14:38:45 2007 -0700 +++ b/en/examples/mq.qinit-help.help.out Mon Apr 16 14:39:20 2007 -0700 @@ -11,3 +11,5 @@ options: -c --create-repo create queue repository + +use "hg -v help qinit" to show global options diff -r cd066590e2e3 -r f078515438d2 en/examples/tour.help.out --- a/en/examples/tour.help.out Mon Apr 16 14:38:45 2007 -0700 +++ b/en/examples/tour.help.out Mon Apr 16 14:39:20 2007 -0700 @@ -16,3 +16,5 @@ -e --ssh specify ssh command to use --remotecmd specify hg command to run on the remote side + +use "hg -v help init" to show global options