diff tests/test-branches @ 6631:a2b13cac0922

Active branches fix (issue1104)
author Stefano Tortarolo <stefano.tortarolo@gmail.com>
date Thu, 29 May 2008 22:21:29 +0200
parents 57c1a7052982
children 7d6622eaad08
line wrap: on
line diff
--- a/tests/test-branches	Mon May 26 14:20:26 2008 +0200
+++ b/tests/test-branches	Thu May 29 22:21:29 2008 +0200
@@ -31,6 +31,11 @@
 hg branch c
 hg commit -d '5 0' -u test -m "Adding c branch"
 
+echo 'd' >d
+hg add d
+hg branch d
+hg commit -d '6 0' -u test -m "Adding d branch"
+
 hg branches
 echo '-------'
 hg branches -a