changeset 6685:780ead5f65e5 mercurial-5.8

test-compat: merge mercurial-5.9 into mercurial-5.8
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 04 Feb 2024 16:28:20 -0300
parents e846964c93c2 (diff) 752201811d5a (current diff)
children 155de3e19adb 92bde649e5aa
files
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-evolve.t	Sun Feb 04 16:14:50 2024 -0300
+++ b/tests/test-evolve.t	Sun Feb 04 16:28:20 2024 -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	Sun Feb 04 16:14:50 2024 -0300
+++ b/tests/test-namespaces-precheck.t	Sun Feb 04 16:28:20 2024 -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]