changeset 191:f078515438d2

Account for changed output.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 16 Apr 2007 14:39:20 -0700
parents cd066590e2e3
children 06ab90119fa6
files en/examples/branching en/examples/mq.qinit-help.help.out en/examples/tour.help.out
diffstat 3 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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:
--- 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
--- 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