hgbook
diff en/examples/tour @ 102:ff9dc8bc2a8b
More. Merge. Stuff.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed Oct 18 15:47:04 2006 -0700 (2006-10-18) |
parents | 0b97b0bdc830 |
children | ceaca14e49f0 |
line diff
1.1 --- a/en/examples/tour Fri Oct 13 13:55:06 2006 -0700 1.2 +++ b/en/examples/tour Wed Oct 18 15:47:04 2006 -0700 1.3 @@ -66,6 +66,16 @@ 1.4 #$ name: 1.5 1.6 export HGEDITOR='echo Added an extra line of output >' 1.7 +HGRCPATH_ORIG=$HGRCPATH 1.8 +export HGRCPATH= 1.9 + 1.10 +#$ name: commit-no-user 1.11 + 1.12 +hg commit 1.13 + 1.14 +#$ name: 1.15 + 1.16 +export HGRCPATH=$HGRCPATH_ORIG 1.17 1.18 #$ name: commit 1.19