comparison tests/test-newbranch.t @ 14198:8f11fd321014

commands: use util.Abort's hint some more
author Martin Geisler <mg@aragost.com>
date Thu, 05 May 2011 14:57:21 +0200
parents 301725c3df9a
children 41885892796e
comparison
equal deleted inserted replaced
14197:c124341c4cea 14198:8f11fd321014
17 $ hg ci -m "change branch name" 17 $ hg ci -m "change branch name"
18 18
19 Branch shadowing: 19 Branch shadowing:
20 20
21 $ hg branch default 21 $ hg branch default
22 abort: a branch of the same name already exists (use 'hg update' to switch to it) 22 abort: a branch of the same name already exists
23 (use 'hg update' to switch to it)
23 [255] 24 [255]
24 25
25 $ hg branch -f default 26 $ hg branch -f default
26 marked working directory as branch default 27 marked working directory as branch default
27 28