diff -r f3f84d5cd268 -r 3cf94964c56b tests/test-command-template --- a/tests/test-command-template Sun Jul 08 10:43:57 2007 +0200 +++ b/tests/test-command-template Sun Jul 08 12:52:08 2007 +0200 @@ -25,6 +25,11 @@ hg commit -m 'new head' -d '1500000 0' -u 'person' hg merge -q hg commit -m 'merge' -d '1500001 0' -u 'person' +# second branch starting at nullrev +hg update null +echo second > second +hg add second +hg commit -m second -d '1000000 0' -u 'User Name ' # make sure user/global hgrc does not affect tests echo '[ui]' > .hg/hgrc