comparison tests/test-chg.t @ 48255:8c34edb1ad10

backout: backed out changeset 6edc8800dbc3 Same as the previous changeset. Differential Revision: https://phab.mercurial-scm.org/D11693
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 19 Oct 2021 19:04:11 +0200
parents 6edc8800dbc3
children 96aa3a68d3b5
comparison
equal deleted inserted replaced
48254:b874e8d81a98 48255:8c34edb1ad10
186 > EOF 186 > EOF
187 187
188 $ chg bulkwrite --pager=on --color no --config ui.formatted=True 188 $ chg bulkwrite --pager=on --color no --config ui.formatted=True
189 paged! 'going to write massive data\n' 189 paged! 'going to write massive data\n'
190 killed! (?) 190 killed! (?)
191 [250] 191 [255]
192 192
193 $ chg bulkwrite --pager=on --color no --config ui.formatted=True 193 $ chg bulkwrite --pager=on --color no --config ui.formatted=True
194 paged! 'going to write massive data\n' 194 paged! 'going to write massive data\n'
195 killed! (?) 195 killed! (?)
196 [250] 196 [255]
197 197
198 $ cd .. 198 $ cd ..
199 199
200 missing stdio 200 missing stdio
201 ------------- 201 -------------