##// END OF EJS Templates
tests: add missing globs for Windows...
Matt Harbison -
r23627:7aaf987d default
parent child Browse files
Show More
@@ -470,9 +470,15 b' verify pathauditor blocks evil filepaths'
470 > r.commitctx(c)
470 > r.commitctx(c)
471 > EOF
471 > EOF
472 $ $PYTHON evil-commit.py
472 $ $PYTHON evil-commit.py
473 #if windows
474 $ hg co --clean tip
475 abort: path contains illegal component: .h\xe2\x80\x8cg\\hgrc (esc)
476 [255]
477 #else
473 $ hg co --clean tip
478 $ hg co --clean tip
474 abort: path contains illegal component: .h\xe2\x80\x8cg/hgrc (esc)
479 abort: path contains illegal component: .h\xe2\x80\x8cg/hgrc (esc)
475 [255]
480 [255]
481 #endif
476
482
477 $ hg rollback -f
483 $ hg rollback -f
478 repository tip rolled back to revision 1 (undo commit)
484 repository tip rolled back to revision 1 (undo commit)
@@ -489,7 +495,7 b' verify pathauditor blocks evil filepaths'
489 > EOF
495 > EOF
490 $ $PYTHON evil-commit.py
496 $ $PYTHON evil-commit.py
491 $ hg co --clean tip
497 $ hg co --clean tip
492 abort: path contains illegal component: HG~1/hgrc
498 abort: path contains illegal component: HG~1/hgrc (glob)
493 [255]
499 [255]
494
500
495 $ hg rollback -f
501 $ hg rollback -f
@@ -507,5 +513,5 b' verify pathauditor blocks evil filepaths'
507 > EOF
513 > EOF
508 $ $PYTHON evil-commit.py
514 $ $PYTHON evil-commit.py
509 $ hg co --clean tip
515 $ hg co --clean tip
510 abort: path contains illegal component: HG8B6C~2/hgrc
516 abort: path contains illegal component: HG8B6C~2/hgrc (glob)
511 [255]
517 [255]
@@ -62,7 +62,7 b' already has one local mq patch'
62 note: rebase of 3:148775c71080 created no changes to commit
62 note: rebase of 3:148775c71080 created no changes to commit
63 rebase merging completed
63 rebase merging completed
64 updating mq patch p0.patch to 5:9ecc820b1737
64 updating mq patch p0.patch to 5:9ecc820b1737
65 $TESTTMP/a/.hg/patches/p0.patch
65 $TESTTMP/a/.hg/patches/p0.patch (glob)
66 2 changesets found
66 2 changesets found
67 saved backup bundle to $TESTTMP/a/.hg/strip-backup/13a46ce44f60-backup.hg (glob)
67 saved backup bundle to $TESTTMP/a/.hg/strip-backup/13a46ce44f60-backup.hg (glob)
68 2 changesets found
68 2 changesets found
General Comments 0
You need to be logged in to leave comments. Login now