diff tests/test-newbranch @ 4231:83153299aab5

avoid a traceback with hg branch newbranch; hg up
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 16 Mar 2007 00:22:59 -0300
parents 7e1c8a565a4f
children 0d51eb296fb9
line wrap: on
line diff
--- a/tests/test-newbranch
+++ b/tests/test-newbranch
@@ -46,3 +46,7 @@ hg id
 hg up -q 1
 hg up -q
 hg id
+hg branch foobar
+hg up
+
+exit 0