hgbook
diff en/examples/tour @ 174:ef6a1427d0af
Update tour info more usefully.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue Mar 27 15:46:32 2007 -0700 (2007-03-27) |
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 Tue Mar 27 15:46:32 2007 -0700 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