tests/test-bookmarks.t
changeset 43908 e623ad1b4800
parent 43907 5cde16489b42
child 45846 8d72e29ad1e0
--- a/tests/test-bookmarks.t	Thu Dec 12 23:32:47 2019 -0800
+++ b/tests/test-bookmarks.t	Fri Dec 13 14:31:51 2019 -0800
@@ -84,7 +84,7 @@
   abort: cannot specify both --list and --rev
   [255]
   $ hg bookmarks -l --inactive
-  abort: --inactive is incompatible with --list
+  abort: cannot specify both --inactive and --list
   [255]
 
   $ hg log -T '{bookmarks % "{rev} {bookmark}\n"}'
@@ -347,7 +347,7 @@
 delete with --inactive
 
   $ hg bookmark -d --inactive Y
-  abort: --inactive is incompatible with --delete
+  abort: cannot specify both --inactive and --delete
   [255]
 
 bookmark name with spaces should be stripped