diff tests/test-bundle @ 2738:400a4a502001

pull: allow to pull from bundle file without need for bundle: syntax
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 30 Jul 2006 21:46:38 -0700
parents 109a22f5434a
children b19360aa21e9
line wrap: on
line diff
--- a/tests/test-bundle	Sun Jul 30 09:37:08 2006 +0300
+++ b/tests/test-bundle	Sun Jul 30 21:46:38 2006 -0700
@@ -30,10 +30,14 @@
 hg init empty
 hg -R test bundle full.hg empty
 hg -R test unbundle full.hg
-hg -R empty unbundle full.hg
 hg -R empty heads
 hg -R empty verify
 
+hg --cwd test pull ../full.hg
+hg --cwd empty pull ../full.hg
+hg -R empty rollback
+hg --cwd empty pull ../full.hg
+
 rm -rf empty
 hg init empty
 cd empty