Show More
@@ -868,10 +868,10 b' file specified by acl.config does not ex' | |||||
868 | added 3 changesets with 3 changes to 3 files |
|
868 | added 3 changesets with 3 changes to 3 files | |
869 | calling hook pretxnchangegroup.acl: hgext.acl.hook |
|
869 | calling hook pretxnchangegroup.acl: hgext.acl.hook | |
870 | acl: checking access for user "barney" |
|
870 | acl: checking access for user "barney" | |
871 |
error: pretxnchangegroup.acl hook raised an exception: [Errno 2] |
|
871 | error: pretxnchangegroup.acl hook raised an exception: [Errno 2] *: '../acl.config' (glob) | |
872 | transaction abort! |
|
872 | transaction abort! | |
873 | rollback completed |
|
873 | rollback completed | |
874 | abort: No such file or directory: ../acl.config |
|
874 | abort: *: ../acl.config (glob) | |
875 | no rollback information available |
|
875 | no rollback information available | |
876 | 0:6675d58eff77 |
|
876 | 0:6675d58eff77 | |
877 |
|
877 |
@@ -123,11 +123,11 b' Issue683: peculiarity with hg revert of ' | |||||
123 | ? a.orig |
|
123 | ? a.orig | |
124 |
|
124 | |||
125 | $ hg add c && echo "unexpected addition of missing file" |
|
125 | $ hg add c && echo "unexpected addition of missing file" | |
126 | c: No such file or directory |
|
126 | c: * (glob) | |
127 | [1] |
|
127 | [1] | |
128 | $ echo c > c |
|
128 | $ echo c > c | |
129 | $ hg add d c && echo "unexpected addition of missing file" |
|
129 | $ hg add d c && echo "unexpected addition of missing file" | |
130 | d: No such file or directory |
|
130 | d: * (glob) | |
131 | [1] |
|
131 | [1] | |
132 | $ hg st |
|
132 | $ hg st | |
133 | M a |
|
133 | M a |
@@ -80,5 +80,5 b' attack /tmp/test' | |||||
80 | $ hg manifest -r4 |
|
80 | $ hg manifest -r4 | |
81 | /tmp/test |
|
81 | /tmp/test | |
82 | $ hg update -Cr4 |
|
82 | $ hg update -Cr4 | |
83 |
abort: |
|
83 | abort: *: $TESTTMP/target//tmp/test (glob) | |
84 | [255] |
|
84 | [255] |
@@ -377,7 +377,7 b' Outgoing -R full.hg vs partial2 in parti' | |||||
377 | Outgoing -R does-not-exist.hg vs partial2 in partial |
|
377 | Outgoing -R does-not-exist.hg vs partial2 in partial | |
378 |
|
378 | |||
379 | $ hg -R bundle://../does-not-exist.hg outgoing ../partial2 |
|
379 | $ hg -R bundle://../does-not-exist.hg outgoing ../partial2 | |
380 |
abort: |
|
380 | abort: *: ../does-not-exist.hg (glob) | |
381 | [255] |
|
381 | [255] | |
382 | $ cd .. |
|
382 | $ cd .. | |
383 |
|
383 | |||
@@ -410,7 +410,7 b' When cloning from a non-copiable reposit' | |||||
410 | recurse infinitely (issue 2528) |
|
410 | recurse infinitely (issue 2528) | |
411 |
|
411 | |||
412 | $ hg clone full.hg '' |
|
412 | $ hg clone full.hg '' | |
413 | abort: No such file or directory |
|
413 | abort: * (glob) | |
414 | [255] |
|
414 | [255] | |
415 |
|
415 | |||
416 | test for http://mercurial.selenic.com/bts/issue216 |
|
416 | test for http://mercurial.selenic.com/bts/issue216 |
@@ -43,7 +43,7 b' Default operation:' | |||||
43 | Invalid dest '' must abort: |
|
43 | Invalid dest '' must abort: | |
44 |
|
44 | |||
45 | $ hg clone . '' |
|
45 | $ hg clone . '' | |
46 | abort: No such file or directory |
|
46 | abort: * (glob) | |
47 | [255] |
|
47 | [255] | |
48 |
|
48 | |||
49 | No update, with debug option: |
|
49 | No update, with debug option: | |
@@ -107,7 +107,7 b' Use --pull:' | |||||
107 | Invalid dest '' with --pull must abort (issue2528): |
|
107 | Invalid dest '' with --pull must abort (issue2528): | |
108 |
|
108 | |||
109 | $ hg clone --pull a '' |
|
109 | $ hg clone --pull a '' | |
110 | abort: No such file or directory |
|
110 | abort: * (glob) | |
111 | [255] |
|
111 | [255] | |
112 |
|
112 | |||
113 | Clone to '.': |
|
113 | Clone to '.': |
@@ -73,7 +73,7 b' commit added file that has been deleted' | |||||
73 | $ cd .. |
|
73 | $ cd .. | |
74 |
|
74 | |||
75 | $ hg commit -m commit-14 does-not-exist |
|
75 | $ hg commit -m commit-14 does-not-exist | |
76 |
abort: does-not-exist: |
|
76 | abort: does-not-exist: * (glob) | |
77 | [255] |
|
77 | [255] | |
78 | $ ln -s foo baz |
|
78 | $ ln -s foo baz | |
79 | $ hg commit -m commit-15 baz |
|
79 | $ hg commit -m commit-15 baz |
@@ -2,8 +2,8 b'' | |||||
2 | $ cd a |
|
2 | $ cd a | |
3 |
|
3 | |||
4 | $ hg diff inexistent1 inexistent2 |
|
4 | $ hg diff inexistent1 inexistent2 | |
5 | inexistent1: No such file or directory |
|
5 | inexistent1: * (glob) | |
6 | inexistent2: No such file or directory |
|
6 | inexistent2: * (glob) | |
7 |
|
7 | |||
8 | $ echo bar > foo |
|
8 | $ echo bar > foo | |
9 | $ hg add foo |
|
9 | $ hg add foo |
@@ -77,7 +77,7 b' Interactive merge:' | |||||
77 |
|
77 | |||
78 | $ status |
|
78 | $ status | |
79 | --- status --- |
|
79 | --- status --- | |
80 | file2: No such file or directory |
|
80 | file2: * (glob) | |
81 | C file1 |
|
81 | C file1 | |
82 | --- file1 --- |
|
82 | --- file1 --- | |
83 | 1 |
|
83 | 1 | |
@@ -133,7 +133,7 b' Interactive merge with not enough input:' | |||||
133 |
|
133 | |||
134 | $ status |
|
134 | $ status | |
135 | --- status --- |
|
135 | --- status --- | |
136 | file2: No such file or directory |
|
136 | file2: * (glob) | |
137 | C file1 |
|
137 | C file1 | |
138 | --- file1 --- |
|
138 | --- file1 --- | |
139 | 1 |
|
139 | 1 |
@@ -123,7 +123,7 b' plain headers' | |||||
123 | A series |
|
123 | A series | |
124 | A uncommitted.patch |
|
124 | A uncommitted.patch | |
125 | % qnew missing |
|
125 | % qnew missing | |
126 | abort: missing: No such file or directory |
|
126 | abort: missing: * (glob) | |
127 | % qnew -m |
|
127 | % qnew -m | |
128 | foo bar |
|
128 | foo bar | |
129 |
|
129 | |||
@@ -190,7 +190,7 b' hg headers' | |||||
190 | A series |
|
190 | A series | |
191 | A uncommitted.patch |
|
191 | A uncommitted.patch | |
192 | % qnew missing |
|
192 | % qnew missing | |
193 | abort: missing: No such file or directory |
|
193 | abort: missing: * (glob) | |
194 | % qnew -m |
|
194 | % qnew -m | |
195 | # HG changeset patch |
|
195 | # HG changeset patch | |
196 | # Parent |
|
196 | # Parent |
@@ -107,7 +107,7 b' help (bad mq)' | |||||
107 |
|
107 | |||
108 | $ echo "mq=nonexistant" >> $HGRCPATH |
|
108 | $ echo "mq=nonexistant" >> $HGRCPATH | |
109 | $ hg help qrecord |
|
109 | $ hg help qrecord | |
110 |
*** failed to import extension mq from nonexistant: [Errno 2] |
|
110 | *** failed to import extension mq from nonexistant: [Errno 2] * (glob) | |
111 | hg qrecord [OPTION]... PATCH [FILE]... |
|
111 | hg qrecord [OPTION]... PATCH [FILE]... | |
112 |
|
112 | |||
113 | interactively record a new patch |
|
113 | interactively record a new patch |
@@ -82,7 +82,7 b' should show b deleted' | |||||
82 | should not find b |
|
82 | should not find b | |
83 |
|
83 | |||
84 | $ hg status b |
|
84 | $ hg status b | |
85 | b: No such file or directory |
|
85 | b: * (glob) | |
86 |
|
86 | |||
87 | should show a c e |
|
87 | should show a c e | |
88 |
|
88 |
@@ -134,7 +134,7 b' hg status:' | |||||
134 | hg status modified added removed deleted unknown never-existed ignored: |
|
134 | hg status modified added removed deleted unknown never-existed ignored: | |
135 |
|
135 | |||
136 | $ hg status --color=always modified added removed deleted unknown never-existed ignored |
|
136 | $ hg status --color=always modified added removed deleted unknown never-existed ignored | |
137 | never-existed: No such file or directory |
|
137 | never-existed: * (glob) | |
138 | \x1b[0;32;1mA added\x1b[0m (esc) |
|
138 | \x1b[0;32;1mA added\x1b[0m (esc) | |
139 | \x1b[0;31;1mR removed\x1b[0m (esc) |
|
139 | \x1b[0;31;1mR removed\x1b[0m (esc) | |
140 | \x1b[0;36;1;4m! deleted\x1b[0m (esc) |
|
140 | \x1b[0;36;1;4m! deleted\x1b[0m (esc) |
@@ -127,7 +127,7 b' hg status:' | |||||
127 | hg status modified added removed deleted unknown never-existed ignored: |
|
127 | hg status modified added removed deleted unknown never-existed ignored: | |
128 |
|
128 | |||
129 | $ hg status modified added removed deleted unknown never-existed ignored |
|
129 | $ hg status modified added removed deleted unknown never-existed ignored | |
130 | never-existed: No such file or directory |
|
130 | never-existed: * (glob) | |
131 | A added |
|
131 | A added | |
132 | R removed |
|
132 | R removed | |
133 | ! deleted |
|
133 | ! deleted |
@@ -274,7 +274,7 b' Test patterns:' | |||||
274 | f mammals/skunk mammals/skunk |
|
274 | f mammals/skunk mammals/skunk | |
275 | $ hg debugwalk 'glob:j*' |
|
275 | $ hg debugwalk 'glob:j*' | |
276 | $ hg debugwalk NOEXIST |
|
276 | $ hg debugwalk NOEXIST | |
277 | NOEXIST: No such file or directory |
|
277 | NOEXIST: * (glob) | |
278 |
|
278 | |||
279 | $ mkfifo fifo |
|
279 | $ mkfifo fifo | |
280 | $ hg debugwalk fifo |
|
280 | $ hg debugwalk fifo |
General Comments 0
You need to be logged in to leave comments.
Login now