diff tests/test-command-template @ 4825:3cf94964c56b

hg log: Move filtering implicit parents to own method and use it in templater. Extended test repo in test-command-template to contain changeset to test this.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 08 Jul 2007 12:52:08 +0200
parents 5e857d72d3ac
children db6633f11d59
line wrap: on
line diff
--- 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