diff tests/test-log @ 4208:f80cf8b7bbd9

Remove dummy branch hack from tests
author Matt Mackall <mpm@selenic.com>
date Tue, 13 Mar 2007 18:53:23 -0500
parents 4574a8cb080f
children e0bc2c575044
line wrap: on
line diff
--- a/tests/test-log
+++ b/tests/test-log
@@ -47,7 +47,6 @@ hg log -pv d
 # log --follow tests
 hg init ../follow
 cd ../follow
-hg branch dummy # needed so -r "" doesn't point to the unnamed/default branch
 echo base > base
 hg ci -Ambase -d '1 0'