tests/test-newbranch.t
changeset 14198 8f11fd321014
parent 14162 301725c3df9a
child 15615 41885892796e
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