Mercurial > public > mercurial-scm > hg
diff tests/test-bundle.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 | 89630d0b3e23 |
children | 968dd7e02ac5 |
line wrap: on
line diff
--- a/tests/test-bundle.t Tue Sep 04 21:28:28 2018 +0200 +++ b/tests/test-bundle.t Wed Sep 05 01:19:48 2018 +0300 @@ -33,7 +33,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 4 files, 9 changesets, 7 total revisions + checked 9 changesets with 7 changes to 4 files $ cd .. $ hg init empty @@ -75,7 +75,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 0 files, 0 changesets, 0 total revisions + checked 0 changesets with 0 changes to 0 files #if repobundlerepo @@ -729,7 +729,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 2 files, 2 changesets, 2 total revisions + checked 2 changesets with 2 changes to 2 files #if repobundlerepo diff against bundle @@ -815,7 +815,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 4 files, 3 changesets, 5 total revisions + checked 3 changesets with 5 changes to 4 files #endif == Test bundling no commits