##// END OF EJS Templates
tests: add '(glob)' for Windows paths in test-subrepo-deep-nested-change.t...
Mads Kiilerich -
r17112:f690402e default
parent child Browse files
Show More
@@ -109,7 +109,7 b' Check that deep archiving works'
109 $ hg --config extensions.largefiles=! add sub1/sub2/folder/test.txt
109 $ hg --config extensions.largefiles=! add sub1/sub2/folder/test.txt
110 $ hg ci -Sm "add test.txt"
110 $ hg ci -Sm "add test.txt"
111 committing subrepository sub1
111 committing subrepository sub1
112 committing subrepository sub1/sub2
112 committing subrepository sub1/sub2 (glob)
113 $ hg --config extensions.largefiles=! archive -S ../archive_all
113 $ hg --config extensions.largefiles=! archive -S ../archive_all
114 $ find ../archive_all | sort
114 $ find ../archive_all | sort
115 ../archive_all
115 ../archive_all
@@ -163,7 +163,7 b' Note that add --large through a subrepo '
163 $ hg --config extensions.largefiles= add --large large.bin
163 $ hg --config extensions.largefiles= add --large large.bin
164 $ hg --config extensions.largefiles= ci -S -m "add large files"
164 $ hg --config extensions.largefiles= ci -S -m "add large files"
165 committing subrepository sub1
165 committing subrepository sub1
166 committing subrepository sub1/sub2
166 committing subrepository sub1/sub2 (glob)
167
167
168 $ hg --config extensions.largefiles= archive -S ../archive_lf
168 $ hg --config extensions.largefiles= archive -S ../archive_lf
169 $ find ../archive_lf | sort
169 $ find ../archive_lf | sort
General Comments 0
You need to be logged in to leave comments. Login now