comparison tests/test-narrow-widen.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 83dd656586b1
children c767e655ffda
comparison
equal deleted inserted replaced
39488:d629b6d2f05a 39489:f1186c292d03
246 checking changesets 246 checking changesets
247 checking manifests 247 checking manifests
248 checking directory manifests (tree !) 248 checking directory manifests (tree !)
249 crosschecking files in changesets and manifests 249 crosschecking files in changesets and manifests
250 checking files 250 checking files
251 4 files, 8 changesets, 4 total revisions 251 checked 8 changesets with 4 changes to 4 files
252 $ hg log -T "{if(ellipsis, '...')}{rev}: {desc}\n" 252 $ hg log -T "{if(ellipsis, '...')}{rev}: {desc}\n"
253 ...7: add d10/f 253 ...7: add d10/f
254 6: add d9/f 254 6: add d9/f
255 ...5: add d8/f 255 ...5: add d8/f
256 4: add d6/f 256 4: add d6/f
291 checking changesets 291 checking changesets
292 checking manifests 292 checking manifests
293 checking directory manifests (tree !) 293 checking directory manifests (tree !)
294 crosschecking files in changesets and manifests 294 crosschecking files in changesets and manifests
295 checking files 295 checking files
296 5 files, 9 changesets, 5 total revisions 296 checked 9 changesets with 5 changes to 5 files
297 297
298 Widening preserves parent of local commit 298 Widening preserves parent of local commit
299 299
300 $ cd .. 300 $ cd ..
301 $ hg clone -q --narrow ssh://user@dummy/upstream narrow3 --include d2 -r 2 301 $ hg clone -q --narrow ssh://user@dummy/upstream narrow3 --include d2 -r 2