hgbook

changeset 191:f078515438d2

Account for changed output.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Apr 16 14:39:20 2007 -0700 (2007-04-16)
parents cd066590e2e3
children 06ab90119fa6
files en/examples/branching en/examples/mq.qinit-help.help.out en/examples/tour.help.out
line diff
     1.1 --- a/en/examples/branching	Mon Apr 16 14:38:45 2007 -0700
     1.2 +++ b/en/examples/branching	Mon Apr 16 14:39:20 2007 -0700
     1.3 @@ -39,6 +39,7 @@
     1.4  cd stable-fix
     1.5  echo 'This is a fix to a boring feature.' > myfile
     1.6  hg commit -m 'Fix a bug'
     1.7 +#$ ignore: /tmp/branching.*
     1.8  hg push
     1.9  
    1.10  #$ name:
     2.1 --- a/en/examples/mq.qinit-help.help.out	Mon Apr 16 14:38:45 2007 -0700
     2.2 +++ b/en/examples/mq.qinit-help.help.out	Mon Apr 16 14:39:20 2007 -0700
     2.3 @@ -11,3 +11,5 @@
     2.4  options:
     2.5  
     2.6   -c --create-repo  create queue repository
     2.7 +
     2.8 +use "hg -v help qinit" to show global options
     3.1 --- a/en/examples/tour.help.out	Mon Apr 16 14:38:45 2007 -0700
     3.2 +++ b/en/examples/tour.help.out	Mon Apr 16 14:39:20 2007 -0700
     3.3 @@ -16,3 +16,5 @@
     3.4  
     3.5   -e --ssh        specify ssh command to use
     3.6      --remotecmd  specify hg command to run on the remote side
     3.7 +
     3.8 +use "hg -v help init" to show global options