##// END OF EJS Templates
test-clone: fix globs for Windows
Matt Harbison -
r25864:84074e4f stable
parent child Browse files
Show More
@@ -788,7 +788,7 b' The shared repo should have been created'
788 788 The destination should point to it
789 789
790 790 $ cat share-dest1a/.hg/sharedpath; echo
791 $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg
791 $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg (glob)
792 792
793 793 The destination should have bookmarks
794 794
@@ -798,7 +798,7 b' The destination should have bookmarks'
798 798 The default path should be the remote, not the share
799 799
800 800 $ hg -R share-dest1a config paths.default
801 $TESTTMP/source1a
801 $TESTTMP/source1a (glob)
802 802
803 803 Clone with existing share dir should result in pull + share
804 804
@@ -818,7 +818,7 b' Clone with existing share dir should res'
818 818 b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1
819 819
820 820 $ cat share-dest1b/.hg/sharedpath; echo
821 $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg
821 $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg (glob)
822 822
823 823 We only get bookmarks from the remote, not everything in the share
824 824
@@ -829,7 +829,7 b' We only get bookmarks from the remote, n'
829 829 Default path should be source, not share.
830 830
831 831 $ hg -R share-dest1b config paths.default
832 $TESTTMP/source1a
832 $TESTTMP/source1a (glob)
833 833
834 834 Clone from unrelated repo should result in new share
835 835
General Comments 0
You need to be logged in to leave comments. Login now