Show More
@@ -316,10 +316,7 b' def _rundispatch(req):' | |||
|
316 | 316 | except IOError as inst: |
|
317 | 317 | if inst.errno != errno.EPIPE: |
|
318 | 318 | raise |
|
319 | if req.ui.configbool(b'ui', b'detailed-exit-code'): | |
|
320 | ret = 250 | |
|
321 | else: | |
|
322 | ret = -1 | |
|
319 | ret = -1 | |
|
323 | 320 | finally: |
|
324 | 321 | duration = util.timer() - starttime |
|
325 | 322 | try: |
@@ -188,12 +188,12 b' in this test.' | |||
|
188 | 188 | $ chg bulkwrite --pager=on --color no --config ui.formatted=True |
|
189 | 189 | paged! 'going to write massive data\n' |
|
190 | 190 | killed! (?) |
|
191 |
[25 |
|
|
191 | [255] | |
|
192 | 192 | |
|
193 | 193 | $ chg bulkwrite --pager=on --color no --config ui.formatted=True |
|
194 | 194 | paged! 'going to write massive data\n' |
|
195 | 195 | killed! (?) |
|
196 |
[25 |
|
|
196 | [255] | |
|
197 | 197 | |
|
198 | 198 | $ cd .. |
|
199 | 199 |
@@ -792,7 +792,7 b' option to not shutdown on SIGINT:' | |||
|
792 | 792 | *** runcommand debugsuicide |
|
793 | 793 | interrupted! |
|
794 | 794 | killed! |
|
795 |
[25 |
|
|
795 | [255] | |
|
796 | 796 | |
|
797 | 797 | #endif |
|
798 | 798 |
@@ -66,7 +66,7 b' Test ctrl-c' | |||
|
66 | 66 | $ sh -c "../send-signal.sh INT" & |
|
67 | 67 | $ hg wait-signal |
|
68 | 68 | interrupted! |
|
69 |
[25 |
|
|
69 | [255] | |
|
70 | 70 | |
|
71 | 71 | $ cat >> $HGRCPATH << EOF |
|
72 | 72 | > [experimental] |
@@ -77,7 +77,7 b' Test ctrl-c' | |||
|
77 | 77 | $ sh -c "../send-signal.sh INT" & |
|
78 | 78 | $ hg wait-signal |
|
79 | 79 | interrupted! |
|
80 |
[25 |
|
|
80 | [255] | |
|
81 | 81 | |
|
82 | 82 | $ cat >> $HGRCPATH << EOF |
|
83 | 83 | > [experimental] |
@@ -91,4 +91,4 b' Test ctrl-c' | |||
|
91 | 91 | press ^C again to terminate immediately (dangerous) |
|
92 | 92 | end of unsafe operation |
|
93 | 93 | interrupted! |
|
94 |
[25 |
|
|
94 | [255] |
General Comments 0
You need to be logged in to leave comments.
Login now