Show More
@@ -3707,7 +3707,7 b' Test relpath function' | |||||
3707 | a |
|
3707 | a | |
3708 | $ cd .. |
|
3708 | $ cd .. | |
3709 | $ hg log -R r -r0 -T '{files % "{file|relpath}\n"}' |
|
3709 | $ hg log -R r -r0 -T '{files % "{file|relpath}\n"}' | |
3710 | r/a (glob) |
|
3710 | r/a | |
3711 | $ cd r |
|
3711 | $ cd r | |
3712 |
|
3712 | |||
3713 | Test active bookmark templating |
|
3713 | Test active bookmark templating |
@@ -750,7 +750,7 b' damage git repository by renaming a comm' | |||||
750 | $ COMMIT_OBJ=1c/0ce3c5886f83a1d78a7b517cdff5cf9ca17bdd |
|
750 | $ COMMIT_OBJ=1c/0ce3c5886f83a1d78a7b517cdff5cf9ca17bdd | |
751 | $ mv git-repo4/.git/objects/$COMMIT_OBJ git-repo4/.git/objects/$COMMIT_OBJ.tmp |
|
751 | $ mv git-repo4/.git/objects/$COMMIT_OBJ git-repo4/.git/objects/$COMMIT_OBJ.tmp | |
752 | $ hg convert git-repo4 git-repo4-broken-hg 2>&1 | grep 'abort:' |
|
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 | $ mv git-repo4/.git/objects/$COMMIT_OBJ.tmp git-repo4/.git/objects/$COMMIT_OBJ |
|
754 | $ mv git-repo4/.git/objects/$COMMIT_OBJ.tmp git-repo4/.git/objects/$COMMIT_OBJ | |
755 | damage git repository by renaming a blob object |
|
755 | damage git repository by renaming a blob object | |
756 |
|
756 |
@@ -58,10 +58,10 b' Subrepopath which overlaps with filepath' | |||||
58 | $ mkdir snot |
|
58 | $ mkdir snot | |
59 | $ touch snot/file |
|
59 | $ touch snot/file | |
60 | $ hg remove -S snot/file |
|
60 | $ hg remove -S snot/file | |
61 | not removing snot/file: file is untracked |
|
61 | not removing snot/file: file is untracked (glob) | |
62 | [1] |
|
62 | [1] | |
63 | $ hg cat snot/filenot |
|
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 | [1] |
|
65 | [1] | |
66 | $ rm -r snot |
|
66 | $ rm -r snot | |
67 |
|
67 |
General Comments 0
You need to be logged in to leave comments.
Login now