changeset 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 347924bf3c0d
children 03410b04cf10
files tests/test-evolve.t tests/test-options.t
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
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
 
--- a/tests/test-options.t	Thu Jan 28 18:48:40 2021 +0800
+++ b/tests/test-options.t	Thu Jan 28 18:48:41 2021 +0800
@@ -27,4 +27,4 @@
   $ hg prune
   hg: unknown command 'prune'
   (use 'hg help' for a list of commands)
-  [10]
+  [255]