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