comparison tests/test-bookmarks-pushpull.t @ 39304:fc54a290b4b0

bookmarks: adjust exception type so present(bookmark(.)) works as expected
author Yuya Nishihara <yuya@tcha.org>
date Sat, 25 Aug 2018 20:19:27 +0900
parents f736fdbe546a
children 89630d0b3e23
comparison
equal deleted inserted replaced
39303:1eb370761fa0 39304:fc54a290b4b0
343 343
344 $ hg update -r default 344 $ hg update -r default
345 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 345 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
346 (leaving bookmark V) 346 (leaving bookmark V)
347 $ hg push -B . ../a 347 $ hg push -B . ../a
348 abort: no active bookmark 348 abort: no active bookmark!
349 [255] 349 [255]
350 $ hg update -r V 350 $ hg update -r V
351 0 files updated, 0 files merged, 1 files removed, 0 files unresolved 351 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
352 (activating bookmark V) 352 (activating bookmark V)
353 353