comparison tests/test-subrepo-recursion.t @ 15447:9910f60a37ee

tests: make (glob) on windows accept \ instead of / Globbing is usually used for filenames, so on windows it is reasonable and very convenient that glob patterns accepts '\' or '/' when the pattern specifies '/'.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:25:10 +0100
parents e174353e8cda
children d6d7b56ec346
comparison
equal deleted inserted replaced
15446:c5c9ca3719f9 15447:9910f60a37ee
263 archiving (foo) [=======================> ] 2/3 263 archiving (foo) [=======================> ] 2/3
264 archiving (foo) [=======================> ] 2/3 264 archiving (foo) [=======================> ] 2/3
265 archiving (foo) [====================================>] 3/3 265 archiving (foo) [====================================>] 3/3
266 archiving (foo) [====================================>] 3/3 266 archiving (foo) [====================================>] 3/3
267 267
268 archiving (foo/bar) [ ] 0/1 268 archiving (foo/bar) [ ] 0/1 (glob)
269 archiving (foo/bar) [ ] 0/1 269 archiving (foo/bar) [ ] 0/1 (glob)
270 archiving (foo/bar) [================================>] 1/1 270 archiving (foo/bar) [================================>] 1/1 (glob)
271 archiving (foo/bar) [================================>] 1/1 271 archiving (foo/bar) [================================>] 1/1 (glob)
272 \r (esc) 272 \r (esc)
273 $ find ../archive | sort 273 $ find ../archive | sort
274 ../archive 274 ../archive
275 ../archive/.hg_archival.txt 275 ../archive/.hg_archival.txt
276 ../archive/.hgsub 276 ../archive/.hgsub
303 archiving (foo) [=======================> ] 2/3 303 archiving (foo) [=======================> ] 2/3
304 archiving (foo) [=======================> ] 2/3 304 archiving (foo) [=======================> ] 2/3
305 archiving (foo) [====================================>] 3/3 305 archiving (foo) [====================================>] 3/3
306 archiving (foo) [====================================>] 3/3 306 archiving (foo) [====================================>] 3/3
307 307
308 archiving (foo/bar) [ ] 0/1 308 archiving (foo/bar) [ ] 0/1 (glob)
309 archiving (foo/bar) [ ] 0/1 309 archiving (foo/bar) [ ] 0/1 (glob)
310 archiving (foo/bar) [================================>] 1/1 310 archiving (foo/bar) [================================>] 1/1 (glob)
311 archiving (foo/bar) [================================>] 1/1 311 archiving (foo/bar) [================================>] 1/1 (glob)
312 \r (esc) 312 \r (esc)
313 313
314 Test archiving a revision that references a subrepo that is not yet 314 Test archiving a revision that references a subrepo that is not yet
315 cloned: 315 cloned:
316 316
334 archiving (foo) [=======================> ] 2/3 334 archiving (foo) [=======================> ] 2/3
335 archiving (foo) [=======================> ] 2/3 335 archiving (foo) [=======================> ] 2/3
336 archiving (foo) [====================================>] 3/3 336 archiving (foo) [====================================>] 3/3
337 archiving (foo) [====================================>] 3/3 337 archiving (foo) [====================================>] 3/3
338 338
339 archiving (foo/bar) [ ] 0/1 339 archiving (foo/bar) [ ] 0/1 (glob)
340 archiving (foo/bar) [ ] 0/1 340 archiving (foo/bar) [ ] 0/1 (glob)
341 archiving (foo/bar) [================================>] 1/1 341 archiving (foo/bar) [================================>] 1/1 (glob)
342 archiving (foo/bar) [================================>] 1/1 342 archiving (foo/bar) [================================>] 1/1 (glob)
343 343
344 cloning subrepo foo from $TESTTMP/repo/foo 344 cloning subrepo foo from $TESTTMP/repo/foo
345 cloning subrepo foo/bar from $TESTTMP/repo/foo/bar 345 cloning subrepo foo/bar from $TESTTMP/repo/foo/bar
346 346
347 The newly cloned subrepos contain no working copy: 347 The newly cloned subrepos contain no working copy: