diff tests/test-bundle @ 6316:ad5baedeee02

Add tests for cloning from a all-history bundle
author John Mulligan <phlogistonjohn@asynchrono.us>
date Sat, 15 Mar 2008 12:22:15 -0400
parents 73b1de288801
children 8d1bdaf842de
line wrap: on
line diff
--- a/tests/test-bundle	Thu Mar 20 11:12:35 2008 -0500
+++ b/tests/test-bundle	Sat Mar 15 12:22:15 2008 -0400
@@ -97,6 +97,11 @@
 hg -R bundle://../does-not-exist.hg outgoing ../partial2
 cd ..
 
+echo "====== Direct clone from bundle (all-history)"
+hg clone full.hg full-clone
+hg -R full-clone heads
+rm -r full-clone
+
 # test for http://www.selenic.com/mercurial/bts/issue216
 echo "====== Unbundle incremental bundles into fresh empty in one go"
 rm -r empty