comparison tests/test-manifest.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 8d72e29ad1e0
children 5105a9975407
comparison
equal deleted inserted replaced
45905:e131dbf6ee15 45906:95c4cca641f6
85 l 85 l
86 86
87 The next two calls are expected to abort: 87 The next two calls are expected to abort:
88 88
89 $ hg manifest -r 2 89 $ hg manifest -r 2
90 abort: unknown revision '2'! 90 abort: unknown revision '2'
91 [255] 91 [255]
92 92
93 $ hg manifest -r tip tip 93 $ hg manifest -r tip tip
94 abort: please specify just one revision 94 abort: please specify just one revision
95 [10] 95 [10]