tests/test-command-template
changeset 4825 3cf94964c56b
parent 4353 5e857d72d3ac
child 5550 db6633f11d59
--- 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 <user@hostname>'
 
 # make sure user/global hgrc does not affect tests
 echo '[ui]' > .hg/hgrc