changeset 6807:79926fbe7152 mercurial-5.8

test-compat: merge mercurial-5.9 into mercurial-5.8
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 26 Jun 2024 16:08:28 +0400
parents 045db43f35b1 (current diff) 477a1e8b77d8 (diff)
children c7d3e1d8c6f1 10b384b4aeae
files
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-evolve.t	Wed Jun 26 16:07:53 2024 +0400
+++ b/tests/test-evolve.t	Wed Jun 26 16:08:28 2024 +0400
@@ -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	Wed Jun 26 16:07:53 2024 +0400
+++ b/tests/test-namespaces-precheck.t	Wed Jun 26 16:08:28 2024 +0400
@@ -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]