diff tests/test-split.t @ 6063:1a13ac9ef30a mercurial-5.8

test-compat: back out test changes from 65d4e47d7f26
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 10 Oct 2021 10:52:01 +0300
parents af2fec9b541c
children c0921b5277a0
line wrap: on
line diff
--- a/tests/test-split.t	Tue Oct 12 10:40:40 2021 +0300
+++ b/tests/test-split.t	Sun Oct 10 10:52:01 2021 +0300
@@ -139,7 +139,7 @@
   $ hg split --rev 'desc("_a")'
   abort: cannot split public changesets: 135f39f4bd78
   (see 'hg help phases' for details)
-  [10]
+  [255]
   $ hg phase --rev 'desc("_a")' --draft --force
 
 Split a revision specified with -r
@@ -351,9 +351,9 @@
   > evolutioncommands=split
   > EOF
   $ hg split -r "desc(split3)"
-  abort: cannot split changeset, as that will orphan 4 descendants
+  abort: split will orphan 4 descendants
   (see 'hg help evolution.instability')
-  [10]
+  [255]
 
 Changing evolution level to createmarkers
   $ echo "[experimental]" >> $HGRCPATH