Mercurial > public > mercurial-scm > hg-stable
diff tests/test-censor.t @ 39506: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 | 5abc47d4ca6b |
line wrap: on
line diff
--- a/tests/test-censor.t Tue Sep 04 21:28:28 2018 +0200 +++ b/tests/test-censor.t Wed Sep 05 01:19:48 2018 +0300 @@ -180,7 +180,7 @@ checking files target@1: censored file data target@2: censored file data - 2 files, 5 changesets, 7 total revisions + checked 5 changesets with 7 changes to 2 files 2 integrity errors encountered! (first damaged changeset appears to be 1) [1] @@ -215,7 +215,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 2 files, 5 changesets, 7 total revisions + checked 5 changesets with 7 changes to 2 files May update to revision with censored data with explicit config @@ -341,7 +341,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 2 files, 12 changesets, 13 total revisions + checked 12 changesets with 13 changes to 2 files Repo cloned before tainted content introduced can pull censored nodes @@ -353,7 +353,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 2 files, 1 changesets, 2 total revisions + checked 1 changesets with 2 changes to 2 files $ hg pull -r $H1 -r $H2 pulling from $TESTTMP/r searching for changes @@ -380,7 +380,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 2 files, 12 changesets, 13 total revisions + checked 12 changesets with 13 changes to 2 files Censored nodes can be pushed if they censor previously unexchanged nodes @@ -440,7 +440,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 2 files, 14 changesets, 15 total revisions + checked 14 changesets with 15 changes to 2 files Censored nodes can be imported on top of censored nodes, consecutively @@ -472,7 +472,7 @@ checking manifests crosschecking files in changesets and manifests checking files - 2 files, 14 changesets, 15 total revisions + checked 14 changesets with 15 changes to 2 files $ cd ../r Can import bundle where first revision of a file is censored