changeset 6760:477a1e8b77d8 mercurial-5.8

test-compat: merge mercurial-5.9 into mercurial-5.8
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Apr 2024 12:33:39 -0300
parents 92bde649e5aa (diff) bdf99d434b06 (current diff)
children d1c9abab585e 79926fbe7152
files
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-evolve.t	Thu Apr 11 12:05:06 2024 -0300
+++ b/tests/test-evolve.t	Thu Apr 11 12:33:39 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	Thu Apr 11 12:05:06 2024 -0300
+++ b/tests/test-namespaces-precheck.t	Thu Apr 11 12:33:39 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]