Mercurial > hgbook
comparison en/examples/tour @ 102:ff9dc8bc2a8b
More. Merge. Stuff.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 18 Oct 2006 15:47:04 -0700 |
parents | 0b97b0bdc830 |
children | ceaca14e49f0 |
comparison
equal
deleted
inserted
replaced
101:321732566ac1 | 102:ff9dc8bc2a8b |
---|---|
64 hg diff | 64 hg diff |
65 | 65 |
66 #$ name: | 66 #$ name: |
67 | 67 |
68 export HGEDITOR='echo Added an extra line of output >' | 68 export HGEDITOR='echo Added an extra line of output >' |
69 HGRCPATH_ORIG=$HGRCPATH | |
70 export HGRCPATH= | |
71 | |
72 #$ name: commit-no-user | |
73 | |
74 hg commit | |
75 | |
76 #$ name: | |
77 | |
78 export HGRCPATH=$HGRCPATH_ORIG | |
69 | 79 |
70 #$ name: commit | 80 #$ name: commit |
71 | 81 |
72 hg commit | 82 hg commit |
73 | 83 |