Mercurial > public > mercurial-scm > hg
diff tests/test-command-template @ 3463: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 Wed Oct 18 18:09:32 2006 +0200 +++ b/tests/test-command-template Wed Oct 18 18:10:21 2006 +0200 @@ -17,6 +17,8 @@ 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