##// END OF EJS Templates
backout: backed out changeset 6edc8800dbc3...
Raphaël Gomès -
r49071:8c34edb1 default
parent child Browse files
Show More
@@ -316,9 +316,6 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 319 ret = -1
323 320 finally:
324 321 duration = util.timer() - starttime
@@ -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 [250]
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 [250]
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 [250]
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 [250]
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 [250]
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 [250]
94 [255]
General Comments 0
You need to be logged in to leave comments. Login now