Mercurial > hg > mercurial-source
diff tests/test-pull.t @ 40275: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 | 549e970397b2 |
children | 5abc47d4ca6b |
line wrap: on
line diff
--- a/tests/test-pull.t +++ b/tests/test-pull.t @@ -23,7 +23,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 $ hg serve -p $HGPORT -d --pid-file=hg.pid $ cat hg.pid >> $DAEMON_PIDS @@ -45,7 +45,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 $ hg co 0 files updated, 0 files merged, 0 files removed, 0 files unresolved