comparison tests/test-bookmarks-pushpull.t @ 13368:d4ab9486e514

bookmarks: move push/pull command features to core
author Matt Mackall <mpm@selenic.com>
date Thu, 10 Feb 2011 13:46:28 -0600
parents 6bd9778ae749
children a184dbd9b2c5
comparison
equal deleted inserted replaced
13367:cef73cd9c268 13368:d4ab9486e514
69 69
70 delete a remote bookmark 70 delete a remote bookmark
71 71
72 $ hg book -d W 72 $ hg book -d W
73 $ hg push -B W ../a 73 $ hg push -B W ../a
74 pushing to ../a
75 searching for changes
76 no changes found
74 deleting remote bookmark W 77 deleting remote bookmark W
75 78
76 push/pull name that doesn't exist 79 push/pull name that doesn't exist
77 80
78 $ hg push -B badname ../a 81 $ hg push -B badname ../a
82 pushing to ../a
83 searching for changes
84 no changes found
79 bookmark badname does not exist on the local or remote repository! 85 bookmark badname does not exist on the local or remote repository!
80 [2] 86 [2]
81 $ hg pull -B anotherbadname ../a 87 $ hg pull -B anotherbadname ../a
88 pulling from ../a
82 abort: remote bookmark anotherbadname not found! 89 abort: remote bookmark anotherbadname not found!
83 [255] 90 [255]
84 91
85 divergent bookmarks 92 divergent bookmarks
86 93