Mercurial > public > mercurial-scm > hg
diff tests/test-verify.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 | 52bb6c1224ae |
children | e1936ae27897 |
line wrap: on
line diff
--- a/tests/test-verify.t Tue Sep 04 21:28:28 2018 +0200 +++ b/tests/test-verify.t Wed Sep 05 01:19:48 2018 +0300 @@ -20,7 +20,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 3 files, 1 changesets, 3 total revisions + checked 1 changesets with 3 changes to 3 files verify with journal @@ -31,7 +31,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 3 files, 1 changesets, 3 total revisions + checked 1 changesets with 3 changes to 3 files $ rm .hg/store/journal introduce some bugs in repo @@ -55,7 +55,7 @@ warning: revlog 'data/bar.txt.i' not in fncache! 0: empty or missing bar.txt bar.txt@0: manifest refers to unknown revision 256559129457 - 3 files, 1 changesets, 0 total revisions + checked 1 changesets with 0 changes to 3 files 3 warnings encountered! hint: run "hg debugrebuildfncache" to recover from corrupt fncache 6 integrity errors encountered! @@ -280,7 +280,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 0 files, 1 changesets, 0 total revisions + checked 1 changesets with 0 changes to 0 files test revlog corruption @@ -299,7 +299,7 @@ checking files a@1: broken revlog! (index data/a.i is corrupted) warning: orphan data file 'data/a.i' - 1 files, 2 changesets, 0 total revisions + checked 2 changesets with 0 changes to 1 files 1 warnings encountered! 1 integrity errors encountered! (first damaged changeset appears to be 1) @@ -317,7 +317,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 1 files, 1 changesets, 1 total revisions + checked 1 changesets with 1 changes to 1 files $ cd .. test flag processor and skipflags @@ -335,7 +335,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 1 files, 1 changesets, 1 total revisions + checked 1 changesets with 1 changes to 1 files $ cat >> $TESTTMP/break-base64.py <<EOF > from __future__ import absolute_import @@ -352,7 +352,7 @@ crosschecking files in changesets and manifests checking files base64@0: unpacking 794cee7777cb: integrity check failed on data/base64.i:0 - 1 files, 1 changesets, 1 total revisions + checked 1 changesets with 1 changes to 1 files 1 integrity errors encountered! (first damaged changeset appears to be 0) [1] @@ -361,5 +361,5 @@ checking manifests crosschecking files in changesets and manifests checking files - 1 files, 1 changesets, 1 total revisions + checked 1 changesets with 1 changes to 1 files