Show More
@@ -418,7 +418,7 b' Test files for a subdirectory.' | |||
|
418 | 418 | b/bar/orange/fly/gnat.py (glob) |
|
419 | 419 | b/bar/orange/fly/housefly.txt (glob) |
|
420 | 420 | b/foo/apple/bees/flower.py (glob) |
|
421 |
$ cp -r |
|
|
421 | $ cp -r .hg/store-copy/* .hg/store | |
|
422 | 422 | |
|
423 | 423 | Test files with just includes and excludes. |
|
424 | 424 | |
@@ -427,7 +427,7 b' Test files with just includes and exclud' | |||
|
427 | 427 | $ rm -r .hg/store/meta/b/foo/apple/bees |
|
428 | 428 | $ hg files -r . -I path:b/bar -X path:b/bar/orange/fly -I path:b/foo -X path:b/foo/apple/bees |
|
429 | 429 | b/bar/fruits.txt (glob) |
|
430 |
$ cp -r |
|
|
430 | $ cp -r .hg/store-copy/* .hg/store | |
|
431 | 431 | |
|
432 | 432 | Test files for a subdirectory, excluding a directory within it. |
|
433 | 433 | |
@@ -437,7 +437,7 b' Test files for a subdirectory, excluding' | |||
|
437 | 437 | b/bar/fruits.txt (glob) |
|
438 | 438 | b/bar/orange/fly/gnat.py (glob) |
|
439 | 439 | b/bar/orange/fly/housefly.txt (glob) |
|
440 |
$ cp -r |
|
|
440 | $ cp -r .hg/store-copy/* .hg/store | |
|
441 | 441 | |
|
442 | 442 | Test files for a sub directory, including only a directory within it, and |
|
443 | 443 | including an unrelated directory. |
@@ -447,7 +447,7 b' including an unrelated directory.' | |||
|
447 | 447 | $ hg files -r . -I path:b/bar/orange -I path:a b |
|
448 | 448 | b/bar/orange/fly/gnat.py (glob) |
|
449 | 449 | b/bar/orange/fly/housefly.txt (glob) |
|
450 |
$ cp -r |
|
|
450 | $ cp -r .hg/store-copy/* .hg/store | |
|
451 | 451 | |
|
452 | 452 | Test files for a pattern, including a directory, and excluding a directory |
|
453 | 453 | within that. |
@@ -457,7 +457,7 b' within that.' | |||
|
457 | 457 | $ rm -r .hg/store/meta/b/bar/orange |
|
458 | 458 | $ hg files -r . glob:**.txt -I path:b/bar -X path:b/bar/orange |
|
459 | 459 | b/bar/fruits.txt (glob) |
|
460 |
$ cp -r |
|
|
460 | $ cp -r .hg/store-copy/* .hg/store | |
|
461 | 461 | |
|
462 | 462 | Add some more changes to the deep repo |
|
463 | 463 | $ echo narf >> b/bar/fruits.txt |
General Comments 0
You need to be logged in to leave comments.
Login now