comparison tests/test-command-template @ 3458:031aac7ec584

Extended templating test for new branches and extra changeset info.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 18 Oct 2006 18:10:21 +0200
parents 0600d326d96a
children 9dcf9d45cab8
comparison
equal deleted inserted replaced
3457:fab28100ea88 3458:031aac7ec584
15 hg commit -l c -d '1100000 0' -u 'A. N. Other <other@place>' 15 hg commit -l c -d '1100000 0' -u 'A. N. Other <other@place>'
16 hg add c 16 hg add c
17 hg commit -m 'no person' -d '1200000 0' -u 'other@place' 17 hg commit -m 'no person' -d '1200000 0' -u 'other@place'
18 echo c >> c 18 echo c >> c
19 hg commit -m 'no user, no domain' -d '1300000 0' -u 'person' 19 hg commit -m 'no user, no domain' -d '1300000 0' -u 'person'
20 echo foo > .hg/branch
21 hg commit -m 'new branch' -d '1400000 0' -u 'person'
20 22
21 # make sure user/global hgrc does not affect tests 23 # make sure user/global hgrc does not affect tests
22 echo '[ui]' > .hg/hgrc 24 echo '[ui]' > .hg/hgrc
23 echo 'logtemplate =' >> .hg/hgrc 25 echo 'logtemplate =' >> .hg/hgrc
24 echo 'style =' >> .hg/hgrc 26 echo 'style =' >> .hg/hgrc