changeset 6583:e846964c93c2 mercurial-5.8

test-compat: merge mercurial-5.9 into mercurial-5.8
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 13 Oct 2023 16:58:18 -0300
parents b1712eeb97c6 (current diff) 8139b6ad673a (diff)
children b17470ba976f 780ead5f65e5
files tests/test-namespaces-precheck.t
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-evolve.t	Fri Oct 13 16:58:13 2023 -0300
+++ b/tests/test-evolve.t	Fri Oct 13 16:58:18 2023 -0300
@@ -563,7 +563,6 @@
   checking manifests
   crosschecking files in changesets and manifests
   checking files
-  checking dirstate (?)
   checked 3 changesets with 3 changes to 3 files
   $ hg --config extensions.mq= strip 'extinct()'
   abort: empty revision set
@@ -576,7 +575,6 @@
   checking manifests
   crosschecking files in changesets and manifests
   checking files
-  checking dirstate (?)
   checked 2 changesets with 2 changes to 2 files
   $ cd ..
 
--- a/tests/test-namespaces-precheck.t	Fri Oct 13 16:58:13 2023 -0300
+++ b/tests/test-namespaces-precheck.t	Fri Oct 13 16:58:18 2023 -0300
@@ -21,7 +21,7 @@
 Make sure general checks in precheck() happen before topic namespaces checks
 
   $ hg prune null
-  abort: cannot prune the null revision
+  abort: cannot prune null changeset
   (no changeset checked out)
   [10]