diff -r 8542fac26f63 -r a2b13cac0922 tests/test-branches --- 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