comparison tests/test-bookmarks-pushpull.t @ 48416:8c4881c07f57

errors: use detailed exit code for RepoLookupError Differential Revision: https://phab.mercurial-scm.org/D11829
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 19 Nov 2021 16:16:21 -0800
parents b56858d85a7b
children 04688c51f81f
comparison
equal deleted inserted replaced
48415:0b8e076e878c 48416:8c4881c07f57
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 [10]
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
365 delete the bookmark 365 delete the bookmark