##// END OF EJS Templates
tests: update globs for Windows...
Matt Harbison -
r30732:d4ec69ff default
parent child Browse files
Show More
@@ -3707,7 +3707,7 b' Test relpath function'
3707 3707 a
3708 3708 $ cd ..
3709 3709 $ hg log -R r -r0 -T '{files % "{file|relpath}\n"}'
3710 r/a (glob)
3710 r/a
3711 3711 $ cd r
3712 3712
3713 3713 Test active bookmark templating
@@ -750,7 +750,7 b' damage git repository by renaming a comm'
750 750 $ COMMIT_OBJ=1c/0ce3c5886f83a1d78a7b517cdff5cf9ca17bdd
751 751 $ mv git-repo4/.git/objects/$COMMIT_OBJ git-repo4/.git/objects/$COMMIT_OBJ.tmp
752 752 $ hg convert git-repo4 git-repo4-broken-hg 2>&1 | grep 'abort:'
753 abort: cannot retrieve number of commits in $TESTTMP/git-repo4/.git
753 abort: cannot retrieve number of commits in $TESTTMP/git-repo4/.git (glob)
754 754 $ mv git-repo4/.git/objects/$COMMIT_OBJ.tmp git-repo4/.git/objects/$COMMIT_OBJ
755 755 damage git repository by renaming a blob object
756 756
@@ -58,10 +58,10 b' Subrepopath which overlaps with filepath'
58 58 $ mkdir snot
59 59 $ touch snot/file
60 60 $ hg remove -S snot/file
61 not removing snot/file: file is untracked
61 not removing snot/file: file is untracked (glob)
62 62 [1]
63 63 $ hg cat snot/filenot
64 snot/filenot: no such file in rev 7cf8cfea66e4
64 snot/filenot: no such file in rev 7cf8cfea66e4 (glob)
65 65 [1]
66 66 $ rm -r snot
67 67
General Comments 0
You need to be logged in to leave comments. Login now