diff tests/test-evolve.t @ 5753:f60f1ded1a20 mercurial-5.6

tests: back out changeset ceaa85c47973
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 28 Jan 2021 18:48:41 +0800
parents 8e4f6354b316
children 5ae3a97e59f2
line wrap: on
line diff
--- a/tests/test-evolve.t	Thu Jan 28 18:48:40 2021 +0800
+++ b/tests/test-evolve.t	Thu Jan 28 18:48:41 2021 +0800
@@ -1171,11 +1171,11 @@
   $ hg next
   hg: unknown command 'next'
   (use 'hg help' for a list of commands)
-  [10]
+  [255]
   $ hg fold
   hg: unknown command 'fold'
   (use 'hg help' for a list of commands)
-  [10]
+  [255]
 Enabling commands selectively, only fold enabled, next is still unknown
   $ cat >> $HGRCPATH <<EOF
   > [experimental]
@@ -1188,7 +1188,7 @@
   $ hg next
   hg: unknown command 'next'
   (use 'hg help' for a list of commands)
-  [10]
+  [255]
 
 Shows "use 'hg evolve' to..." hints iff the evolve command is enabled