##// END OF EJS Templates
test-subrepo-recursion: restore globs for Windows
Matt Harbison -
r25496:38fd17bc default
parent child Browse files
Show More
@@ -284,8 +284,8 b' only show up in the test output, not in '
284 archiving (foo) [====================================>] 3/3\r (no-eol) (esc)
284 archiving (foo) [====================================>] 3/3\r (no-eol) (esc)
285 \r (no-eol) (esc)
285 \r (no-eol) (esc)
286 \r (no-eol) (esc)
286 \r (no-eol) (esc)
287 archiving (foo/bar) [ ] 0/1\r (no-eol) (esc)
287 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
288 archiving (foo/bar) [================================>] 1/1\r (no-eol) (esc)
288 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
289 \r (no-eol) (esc)
289 \r (no-eol) (esc)
290 $ find ../archive | sort
290 $ find ../archive | sort
291 ../archive
291 ../archive
@@ -316,8 +316,8 b' Test archiving to zip file (unzip output'
316 archiving (foo) [====================================>] 3/3\r (no-eol) (esc)
316 archiving (foo) [====================================>] 3/3\r (no-eol) (esc)
317 \r (no-eol) (esc)
317 \r (no-eol) (esc)
318 \r (no-eol) (esc)
318 \r (no-eol) (esc)
319 archiving (foo/bar) [ ] 0/1\r (no-eol) (esc)
319 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
320 archiving (foo/bar) [================================>] 1/1\r (no-eol) (esc)
320 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
321 \r (no-eol) (esc)
321 \r (no-eol) (esc)
322
322
323 (unzip date formating is unstable, we do not care about it and glob it out)
323 (unzip date formating is unstable, we do not care about it and glob it out)
@@ -392,8 +392,8 b' cloned:'
392 linking [ <=> ] 6\r (no-eol) (esc)
392 linking [ <=> ] 6\r (no-eol) (esc)
393 \r (no-eol) (esc)
393 \r (no-eol) (esc)
394 \r (no-eol) (esc)
394 \r (no-eol) (esc)
395 archiving (foo/bar) [ ] 0/1\r (no-eol) (esc)
395 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
396 archiving (foo/bar) [================================>] 1/1\r (no-eol) (esc)
396 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
397 \r (no-eol) (esc)
397 \r (no-eol) (esc)
398 cloning subrepo foo from $TESTTMP/repo/foo
398 cloning subrepo foo from $TESTTMP/repo/foo
399 cloning subrepo foo/bar from $TESTTMP/repo/foo/bar (glob)
399 cloning subrepo foo/bar from $TESTTMP/repo/foo/bar (glob)
General Comments 0
You need to be logged in to leave comments. Login now