tests/test-bookmarks.t
changeset 43901 5cde16489b42
parent 43900 3b50de911200
child 43902 e623ad1b4800
--- a/tests/test-bookmarks.t	Thu Dec 12 23:31:17 2019 -0800
+++ b/tests/test-bookmarks.t	Thu Dec 12 23:32:47 2019 -0800
@@ -81,7 +81,7 @@
   abort: bookmark 'A' does not exist
   [255]
   $ hg bookmarks -l -r0
-  abort: --rev is incompatible with --list
+  abort: cannot specify both --list and --rev
   [255]
   $ hg bookmarks -l --inactive
   abort: --inactive is incompatible with --list
@@ -479,11 +479,11 @@
   [255]
 
   $ hg bookmark -r 1 -d Z
-  abort: --rev is incompatible with --delete
+  abort: cannot specify both --delete and --rev
   [255]
 
   $ hg bookmark -r 1 -m Z Y
-  abort: --rev is incompatible with --rename
+  abort: cannot specify both --rename and --rev
   [255]
 
 force bookmark with existing name