tests/test-identify.t
changeset 13644 7e6c2f58ad56
parent 13477 0fb2ff949790
child 13645 3786b810ea75
--- a/tests/test-identify.t	Mon Mar 14 12:42:05 2011 -0400
+++ b/tests/test-identify.t	Sat Mar 12 18:15:14 2011 +0100
@@ -65,25 +65,19 @@
 remote with rev number?
 
   $ hg id -n http://localhost:$HGPORT1/
-  abort: can't query remote revision number, branch, tags, or bookmarks
+  abort: can't query remote revision number, branch, or tags
   [255]
 
 remote with tags?
 
   $ hg id -t http://localhost:$HGPORT1/
-  abort: can't query remote revision number, branch, tags, or bookmarks
+  abort: can't query remote revision number, branch, or tags
   [255]
 
 remote with branch?
 
   $ hg id -b http://localhost:$HGPORT1/
-  abort: can't query remote revision number, branch, tags, or bookmarks
-  [255]
-
-remote with bookmarks?
-
-  $ hg id -B http://localhost:$HGPORT1/
-  abort: can't query remote revision number, branch, tags, or bookmarks
+  abort: can't query remote revision number, branch, or tags
   [255]
 
 Make sure we do not obscure unknown requires file entries (issue2649)