##// END OF EJS Templates
test-subrepo-recursion.t: re-introduce glob to handle \ slashes on Windows...
Mads Kiilerich -
r17779:f38e2873 default
parent child Browse files
Show More
@@ -282,10 +282,10 b' only show up in the test output, not in '
282 282 archiving (foo) [====================================>] 3/3\r (no-eol) (esc)
283 283 \r (no-eol) (esc)
284 284 \r (no-eol) (esc)
285 archiving (foo/bar) [ ] 0/1\r (no-eol) (esc)
286 archiving (foo/bar) [ ] 0/1\r (no-eol) (esc)
287 archiving (foo/bar) [================================>] 1/1\r (no-eol) (esc)
288 archiving (foo/bar) [================================>] 1/1\r (no-eol) (esc)
285 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
286 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
287 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
288 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
289 289 \r (no-eol) (esc)
290 290 $ find ../archive | sort
291 291 ../archive
@@ -324,10 +324,10 b' Test archiving to zip file (unzip output'
324 324 archiving (foo) [====================================>] 3/3\r (no-eol) (esc)
325 325 \r (no-eol) (esc)
326 326 \r (no-eol) (esc)
327 archiving (foo/bar) [ ] 0/1\r (no-eol) (esc)
328 archiving (foo/bar) [ ] 0/1\r (no-eol) (esc)
329 archiving (foo/bar) [================================>] 1/1\r (no-eol) (esc)
330 archiving (foo/bar) [================================>] 1/1\r (no-eol) (esc)
327 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
328 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
329 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
330 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
331 331 \r (no-eol) (esc)
332 332
333 333 Test archiving a revision that references a subrepo that is not yet
@@ -357,10 +357,10 b' cloned:'
357 357 archiving (foo) [====================================>] 3/3\r (no-eol) (esc)
358 358 \r (no-eol) (esc)
359 359 \r (no-eol) (esc)
360 archiving (foo/bar) [ ] 0/1\r (no-eol) (esc)
361 archiving (foo/bar) [ ] 0/1\r (no-eol) (esc)
362 archiving (foo/bar) [================================>] 1/1\r (no-eol) (esc)
363 archiving (foo/bar) [================================>] 1/1\r (no-eol) (esc)
360 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
361 archiving (foo/bar) [ ] 0/1\r (no-eol) (glob) (esc)
362 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
363 archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)
364 364 \r (no-eol) (esc)
365 365 cloning subrepo foo from $TESTTMP/repo/foo
366 366 cloning subrepo foo/bar from $TESTTMP/repo/foo/bar (glob)
General Comments 0
You need to be logged in to leave comments. Login now