comparison tests/test-clone.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 c11e8894b9ca
children 5abc47d4ca6b
comparison
equal deleted inserted replaced
39488:d629b6d2f05a 39489:f1186c292d03
73 $ hg verify 73 $ hg verify
74 checking changesets 74 checking changesets
75 checking manifests 75 checking manifests
76 crosschecking files in changesets and manifests 76 crosschecking files in changesets and manifests
77 checking files 77 checking files
78 2 files, 11 changesets, 11 total revisions 78 checked 11 changesets with 11 changes to 2 files
79 79
80 Invalid dest '' must abort: 80 Invalid dest '' must abort:
81 81
82 $ hg clone . '' 82 $ hg clone . ''
83 abort: empty destination path is not valid 83 abort: empty destination path is not valid
144 $ hg verify 144 $ hg verify
145 checking changesets 145 checking changesets
146 checking manifests 146 checking manifests
147 crosschecking files in changesets and manifests 147 crosschecking files in changesets and manifests
148 checking files 148 checking files
149 2 files, 11 changesets, 11 total revisions 149 checked 11 changesets with 11 changes to 2 files
150 150
151 Default destination: 151 Default destination:
152 152
153 $ mkdir ../d 153 $ mkdir ../d
154 $ cd ../d 154 $ cd ../d
189 $ hg -R g verify 189 $ hg -R g verify
190 checking changesets 190 checking changesets
191 checking manifests 191 checking manifests
192 crosschecking files in changesets and manifests 192 crosschecking files in changesets and manifests
193 checking files 193 checking files
194 2 files, 11 changesets, 11 total revisions 194 checked 11 changesets with 11 changes to 2 files
195 195
196 Invalid dest '' with --pull must abort (issue2528): 196 Invalid dest '' with --pull must abort (issue2528):
197 197
198 $ hg clone --pull a '' 198 $ hg clone --pull a ''
199 abort: empty destination path is not valid 199 abort: empty destination path is not valid