Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/tests/test-bookmarks-pushpull.t Thu Feb 10 13:46:28 2011 -0600 +++ b/tests/test-bookmarks-pushpull.t Thu Feb 10 13:46:28 2011 -0600 @@ -71,14 +71,21 @@ $ hg book -d W $ hg push -B W ../a + pushing to ../a + searching for changes + no changes found deleting remote bookmark W push/pull name that doesn't exist $ hg push -B badname ../a + pushing to ../a + searching for changes + no changes found bookmark badname does not exist on the local or remote repository! [2] $ hg pull -B anotherbadname ../a + pulling from ../a abort: remote bookmark anotherbadname not found! [255]