tests/test-bookmarks.t
changeset 45827 8d72e29ad1e0
parent 43902 e623ad1b4800
child 45845 f96fa4de5055
--- a/tests/test-bookmarks.t	Wed Oct 21 19:00:16 2020 -0700
+++ b/tests/test-bookmarks.t	Tue Oct 06 22:36:15 2020 -0700
@@ -82,10 +82,10 @@
   [255]
   $ hg bookmarks -l -r0
   abort: cannot specify both --list and --rev
-  [255]
+  [10]
   $ hg bookmarks -l --inactive
   abort: cannot specify both --inactive and --list
-  [255]
+  [10]
 
   $ hg log -T '{bookmarks % "{rev} {bookmark}\n"}'
   0 X
@@ -327,16 +327,16 @@
 
   $ hg bookmark -m Y
   abort: new bookmark name required
-  [255]
+  [10]
   $ hg bookmark -m Y Y2 Y3
   abort: only one new bookmark name allowed
-  [255]
+  [10]
 
 delete without name
 
   $ hg bookmark -d
   abort: bookmark name required
-  [255]
+  [10]
 
 delete nonexistent bookmark
 
@@ -348,7 +348,7 @@
 
   $ hg bookmark -d --inactive Y
   abort: cannot specify both --inactive and --delete
-  [255]
+  [10]
 
 bookmark name with spaces should be stripped
 
@@ -476,15 +476,15 @@
 
   $ hg bookmark -m Y -d Z
   abort: cannot specify both --delete and --rename
-  [255]
+  [10]
 
   $ hg bookmark -r 1 -d Z
   abort: cannot specify both --delete and --rev
-  [255]
+  [10]
 
   $ hg bookmark -r 1 -m Z Y
   abort: cannot specify both --rename and --rev
-  [255]
+  [10]
 
 force bookmark with existing name
 
@@ -522,7 +522,7 @@
 
   $ hg bookmark -r .
   abort: bookmark name required
-  [255]
+  [10]
 
 bookmark name with whitespace only
 
@@ -793,7 +793,7 @@
 
   $ hg -R ../cloned-bookmarks-manual-update update -d 1986
   abort: revision matching date not found
-  [255]
+  [10]
   $ hg -R ../cloned-bookmarks-manual-update update
   updating to active bookmark Y
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved