diff tests/test-bundle @ 4699:a6b62584d0b2

unbundle: accept multiple file arguments update test-bundle for multiple unbundle support
author Giorgos Keramidas <keramida@ceid.upatras.gr>
date Sun, 24 Jun 2007 10:08:38 -0500
parents ce71da8ab4f5
children 99fdef2e6793
line wrap: on
line diff
--- a/tests/test-bundle	Sun Jun 24 07:22:58 2007 -0700
+++ b/tests/test-bundle	Sun Jun 24 10:08:38 2007 -0500
@@ -62,6 +62,13 @@
 hg -R bundle://../does-not-exist.hg outgoing ../partial2
 cd ..
 
+# test for http://www.selenic.com/mercurial/bts/issue216
+rm -r empty
+hg init empty
+hg -R test bundle --base null -r 0 ../0.hg
+hg -R test bundle --base 0    -r 1 ../1.hg
+hg -R empty unbundle -u ../0.hg ../1.hg
+
 # test for 540d1059c802
 hg init orig
 cd orig