# HG changeset patch # User Matt Harbison # Date 1437446693 14400 # Node ID 84074e4fc80f7d930e041ae98b932e4783b262f5 # Parent 1b449b012073cfad0b451c7650808f4255da91e1 test-clone: fix globs for Windows diff -r 1b449b012073 -r 84074e4fc80f tests/test-clone.t --- a/tests/test-clone.t Mon Jul 20 15:42:39 2015 -0700 +++ b/tests/test-clone.t Mon Jul 20 22:44:53 2015 -0400 @@ -788,7 +788,7 @@ The destination should point to it $ cat share-dest1a/.hg/sharedpath; echo - $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg + $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg (glob) The destination should have bookmarks @@ -798,7 +798,7 @@ The default path should be the remote, not the share $ hg -R share-dest1a config paths.default - $TESTTMP/source1a + $TESTTMP/source1a (glob) Clone with existing share dir should result in pull + share @@ -818,7 +818,7 @@ b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1 $ cat share-dest1b/.hg/sharedpath; echo - $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg + $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg (glob) We only get bookmarks from the remote, not everything in the share @@ -829,7 +829,7 @@ Default path should be source, not share. $ hg -R share-dest1b config paths.default - $TESTTMP/source1a + $TESTTMP/source1a (glob) Clone from unrelated repo should result in new share