Mercurial > hg > mercurial-source
comparison tests/test-filebranch.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 | d4e62df1c73d |
children | 7e99b02768ef |
comparison
equal
deleted
inserted
replaced
40274:d629b6d2f05a | 40275:f1186c292d03 |
---|---|
139 $ hg verify | 139 $ hg verify |
140 checking changesets | 140 checking changesets |
141 checking manifests | 141 checking manifests |
142 crosschecking files in changesets and manifests | 142 crosschecking files in changesets and manifests |
143 checking files | 143 checking files |
144 4 files, 4 changesets, 10 total revisions | 144 checked 4 changesets with 10 changes to 4 files |
145 | 145 |
146 $ cd .. | 146 $ cd .. |