diff tests/test-narrow-widen-no-ellipsis.t @ 39489:f1186c292d03

verify: make output less confusing (issue5924) output before: "500 files, 2035 changesets, 2622 total revisions" output after: "checked 2035 changesets with 2622 changes to 500 files" new one was suggested in the comments inside the issue. Differential Revision: https://phab.mercurial-scm.org/D4476
author Meirambek Omyrzak <meirambek77@gmail.com>
date Wed, 05 Sep 2018 01:19:48 +0300
parents 83dd656586b1
children c73c7653dfb9
line wrap: on
line diff
--- a/tests/test-narrow-widen-no-ellipsis.t	Tue Sep 04 21:28:28 2018 +0200
+++ b/tests/test-narrow-widen-no-ellipsis.t	Wed Sep 05 01:19:48 2018 +0300
@@ -239,7 +239,7 @@
   checking directory manifests (tree !)
   crosschecking files in changesets and manifests
   checking files
-  4 files, 11 changesets, 4 total revisions
+  checked 11 changesets with 4 changes to 4 files
   $ hg log -T "{if(ellipsis, '...')}{rev}: {desc}\n"
   10: add d10/f
   9: add d9/f
@@ -288,7 +288,7 @@
   checking directory manifests (tree !)
   crosschecking files in changesets and manifests
   checking files
-  5 files, 11 changesets, 5 total revisions
+  checked 11 changesets with 5 changes to 5 files
 
 Widening preserves parent of local commit