diff 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
line wrap: on
line diff
--- a/tests/test-command-template
+++ b/tests/test-command-template
@@ -17,6 +17,8 @@ hg add c
 hg commit -m 'no person' -d '1200000 0' -u 'other@place'
 echo c >> c
 hg commit -m 'no user, no domain' -d '1300000 0' -u 'person'
+echo foo > .hg/branch
+hg commit -m 'new branch' -d '1400000 0' -u 'person'
 
 # make sure user/global hgrc does not affect tests
 echo '[ui]' > .hg/hgrc