tests/test-bookmarks-pushpull.t
changeset 12316 4134686b83e1
parent 12303 4ab87473029d
child 12346 3b165c127690
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
    58 
    58 
    59 push/pull name that doesn't exist
    59 push/pull name that doesn't exist
    60 
    60 
    61   $ hg push -B badname ../a
    61   $ hg push -B badname ../a
    62   bookmark badname does not exist on the local or remote repository!
    62   bookmark badname does not exist on the local or remote repository!
       
    63   [2]
    63   $ hg pull -B anotherbadname ../a
    64   $ hg pull -B anotherbadname ../a
    64   abort: remote bookmark anotherbadname not found!
    65   abort: remote bookmark anotherbadname not found!
       
    66   [255]
    65   $ true
    67   $ true