diff en/examples/tour @ 174:ef6a1427d0af

Update tour info more usefully.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 27 Mar 2007 15:46:32 -0700
parents ceaca14e49f0
children fb5c0d56d7f1
line wrap: on
line diff
--- a/en/examples/tour	Tue Mar 27 15:45:12 2007 -0700
+++ b/en/examples/tour	Tue Mar 27 15:46:32 2007 -0700
@@ -14,6 +14,7 @@
 
 #$ name: ls
 #$ ignore: ^drwx.*
+#$ ignore: ^total \d+
 
 ls -l
 ls hello
@@ -67,16 +68,6 @@
 #$ name:
 
 export HGEDITOR='echo Added an extra line of output >'
-HGRCPATH_ORIG=$HGRCPATH
-export HGRCPATH=
-
-#$ name: commit-no-user
-
-hg commit
-
-#$ name:
-
-export HGRCPATH=$HGRCPATH_ORIG
 
 #$ name: commit