comparison tests/test-http.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 143efea71c2a
children 4bd6e444c76f
comparison
equal deleted inserted replaced
39488:d629b6d2f05a 39489:f1186c292d03
38 $ hg verify -R copy 38 $ hg verify -R copy
39 checking changesets 39 checking changesets
40 checking manifests 40 checking manifests
41 crosschecking files in changesets and manifests 41 crosschecking files in changesets and manifests
42 checking files 42 checking files
43 4 files, 1 changesets, 4 total revisions 43 checked 1 changesets with 4 changes to 4 files
44 #endif 44 #endif
45 45
46 try to clone via stream, should use pull instead 46 try to clone via stream, should use pull instead
47 47
48 $ hg clone --stream http://localhost:$HGPORT1/ copy2 48 $ hg clone --stream http://localhost:$HGPORT1/ copy2
90 $ hg verify -R copy-pull 90 $ hg verify -R copy-pull
91 checking changesets 91 checking changesets
92 checking manifests 92 checking manifests
93 crosschecking files in changesets and manifests 93 crosschecking files in changesets and manifests
94 checking files 94 checking files
95 4 files, 1 changesets, 4 total revisions 95 checked 1 changesets with 4 changes to 4 files
96 $ cd test 96 $ cd test
97 $ echo bar > bar 97 $ echo bar > bar
98 $ hg commit -A -d '1 0' -m 2 98 $ hg commit -A -d '1 0' -m 2
99 adding bar 99 adding bar
100 $ cd .. 100 $ cd ..