diff -r cef73cd9c268 -r d4ab9486e514 tests/test-bookmarks-pushpull.t --- 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]