diff tests/test-clone @ 7927:a218ba5f60df

allow clone into existing but empty directories
author Steve Borho <steve@borho.org>
date Sun, 29 Mar 2009 16:15:06 -0500
parents a7fcb43af82e
children 6c82beaaa11a
line wrap: on
line diff
--- a/tests/test-clone	Sun Mar 29 19:56:53 2009 -0300
+++ b/tests/test-clone	Sun Mar 29 16:15:06 2009 -0500
@@ -60,4 +60,11 @@
 hg clone --pull a g
 hg -R g verify
 
+echo
+echo % clone to '.'
+mkdir h
+cd h
+hg clone ../a .
+cd ..
+
 exit 0