tests/test-clone.t
branchstable
changeset 26026 d08e7449ff27
parent 25864 84074e4fc80f
child 26142 7332bf4ae959
--- a/tests/test-clone.t	Wed Aug 12 12:26:39 2015 -0400
+++ b/tests/test-clone.t	Thu Aug 13 15:07:07 2015 +0900
@@ -1013,3 +1013,15 @@
   adding remote bookmark bookA
 
   $ ls share-1anowc
+
+Test that auto sharing doesn't cause failure of "hg clone local remote"
+
+  $ cd $TESTTMP
+  $ hg -R a id -r 0
+  acb14030fe0a
+  $ hg id -R remote -r 0
+  abort: there is no Mercurial repository here (.hg not found)
+  [255]
+  $ hg --config share.pool=share -q clone -e "python \"$TESTDIR/dummyssh\"" a ssh://user@dummy/remote
+  $ hg -R remote id -r 0
+  acb14030fe0a