diff tests/test-pull @ 4888:2d545b98a7bc

issue 622: pull/unbundle -u updates to default branch if repo was empty
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 16 Jul 2007 18:01:20 -0700
parents ad3d5b4367cb
children e3a0c092b4e2
line wrap: on
line diff
--- a/tests/test-pull
+++ b/tests/test-pull
@@ -18,3 +18,9 @@ hg co
 cat foo
 hg manifest --debug
 hg pull
+
+echo % issue 622
+cd ..
+hg init empty
+cd empty
+hg pull -u ../test