comparison tests/test-ssh-proto.t @ 45906:95c4cca641f6

errors: remove trailing "!" from some error messages for consistency Some types of exceptions had a trailing "!" printed after the message from the exception itself. I guess some of these errors seem a little more severe (?), but it seems more likely that the inconsistency was just an oversight. Differential Revision: https://phab.mercurial-scm.org/D9378
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 23 Nov 2020 11:18:48 -0800
parents edc8504bc26b
children 7015b0232c5e
comparison
equal deleted inserted replaced
45905:e131dbf6ee15 45906:95c4cca641f6
268 devel-peer-request: pairs: 81 bytes 268 devel-peer-request: pairs: 81 bytes
269 sending hello command 269 sending hello command
270 sending between command 270 sending between command
271 remote: 0 271 remote: 0
272 remote: 1 272 remote: 1
273 abort: no suitable response from remote hg! 273 abort: no suitable response from remote hg
274 [255] 274 [255]
275 275
276 Sending an unknown command to the server results in an empty response to that command 276 Sending an unknown command to the server results in an empty response to that command
277 277
278 $ hg -R server debugwireproto --localssh --peer raw << EOF 278 $ hg -R server debugwireproto --localssh --peer raw << EOF