hgbook

diff en/examples/tour @ 293:7273d06279d1

Fixed sample output for 'daily.files' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:49:20 2008 +0200 (2008-08-20)
parents ceaca14e49f0
children fb5c0d56d7f1
line diff
     1.1 --- a/en/examples/tour	Tue Mar 06 20:46:07 2007 -0800
     1.2 +++ b/en/examples/tour	Wed Aug 20 21:49:20 2008 +0200
     1.3 @@ -14,6 +14,7 @@
     1.4  
     1.5  #$ name: ls
     1.6  #$ ignore: ^drwx.*
     1.7 +#$ ignore: ^total \d+
     1.8  
     1.9  ls -l
    1.10  ls hello
    1.11 @@ -67,16 +68,6 @@
    1.12  #$ name:
    1.13  
    1.14  export HGEDITOR='echo Added an extra line of output >'
    1.15 -HGRCPATH_ORIG=$HGRCPATH
    1.16 -export HGRCPATH=
    1.17 -
    1.18 -#$ name: commit-no-user
    1.19 -
    1.20 -hg commit
    1.21 -
    1.22 -#$ name:
    1.23 -
    1.24 -export HGRCPATH=$HGRCPATH_ORIG
    1.25  
    1.26  #$ name: commit
    1.27