tests/test-bookmarks-pushpull.t
changeset 13368 d4ab9486e514
parent 12969 6bd9778ae749
child 13388 a184dbd9b2c5
--- 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]