hgbook

diff en/examples/tour @ 109:1b67dc96f27a

Snapshot of concepts chapter.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Nov 10 12:42:00 2006 -0800 (2006-11-10)
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	Fri Nov 10 12:42:00 2006 -0800
     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