comparison tests/test-bookmarks-pushpull.t @ 45921: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 122f0b59f5f0
comparison
equal deleted inserted replaced
45920:e131dbf6ee15 45921:95c4cca641f6
354 354
355 $ hg update -r default 355 $ hg update -r default
356 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 356 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
357 (leaving bookmark V) 357 (leaving bookmark V)
358 $ hg push -B . ../a 358 $ hg push -B . ../a
359 abort: no active bookmark! 359 abort: no active bookmark
360 [255] 360 [255]
361 $ hg update -r V 361 $ hg update -r V
362 0 files updated, 0 files merged, 1 files removed, 0 files unresolved 362 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
363 (activating bookmark V) 363 (activating bookmark V)
364 364