tests/test-rebase-obsolete.t
changeset 45827 8d72e29ad1e0
parent 45826 21733e8c924f
child 45840 527ce85c2e60
--- a/tests/test-rebase-obsolete.t	Wed Oct 21 19:00:16 2020 -0700
+++ b/tests/test-rebase-obsolete.t	Tue Oct 06 22:36:15 2020 -0700
@@ -488,7 +488,7 @@
   $ cd stabilize
   $ hg rebase --auto-orphans '0::' -d 10
   abort: cannot specify both --auto-orphans and --dest
-  [255]
+  [10]
   $ hg rebase --auto-orphans '0::'
   rebasing 9:cf44d2f5a9f4 "D"
   $ hg log -G
@@ -2053,7 +2053,7 @@
   [240]
   $ hg rebase --stop --dry-run
   abort: cannot specify both --stop and --dry-run
-  [255]
+  [10]
 
   $ hg rebase -s 3 -d 5
   abort: rebase in progress
@@ -2061,7 +2061,7 @@
   [255]
   $ hg rebase --stop --continue
   abort: cannot specify both --stop and --continue
-  [255]
+  [10]
 
 Test --stop moves bookmarks of original revisions to new rebased nodes:
 ======================================================================