comparison tests/test-patchbomb.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 08189f3acbc6
children d4ba4d51f85f
comparison
equal deleted inserted replaced
45905:e131dbf6ee15 45906:95c4cca641f6
3098 public missing 3098 public missing
3099 3099
3100 $ echo 'publicurl=$TESTTMP/missing' >> $HGRCPATH 3100 $ echo 'publicurl=$TESTTMP/missing' >> $HGRCPATH
3101 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10' 3101 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10'
3102 unable to access public repo: $TESTTMP/missing 3102 unable to access public repo: $TESTTMP/missing
3103 abort: repository $TESTTMP/missing not found! 3103 abort: repository $TESTTMP/missing not found
3104 [255] 3104 [255]
3105 3105
3106 node missing at public 3106 node missing at public
3107 3107
3108 $ hg clone -r '9' . ../t3 3108 $ hg clone -r '9' . ../t3