Mercurial > evolve
comparison tests/test-evolve.t @ 4094:0171a7ceb574
test: update output to match new `hg verify` reports
CORE-TEST-OUTPUT-UPDATE: f1186c292d03
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 12 Sep 2018 12:02:17 +0200 |
parents | ef22eef37ecc |
children | 4eb3877540f1 |
comparison
equal
deleted
inserted
replaced
4093:ef22eef37ecc | 4094:0171a7ceb574 |
---|---|
539 $ hg verify | 539 $ hg verify |
540 checking changesets | 540 checking changesets |
541 checking manifests | 541 checking manifests |
542 crosschecking files in changesets and manifests | 542 crosschecking files in changesets and manifests |
543 checking files | 543 checking files |
544 3 files, 3 changesets, 3 total revisions | 544 checked 3 changesets with 3 changes to 3 files |
545 $ hg --config extensions.hgext.mq= strip 'extinct()' | 545 $ hg --config extensions.hgext.mq= strip 'extinct()' |
546 abort: empty revision set | 546 abort: empty revision set |
547 [255] | 547 [255] |
548 (do some garbare collection) | 548 (do some garbare collection) |
549 $ hg --config extensions.hgext.mq= strip --hidden 'extinct()' --config devel.strip-obsmarkers=no | 549 $ hg --config extensions.hgext.mq= strip --hidden 'extinct()' --config devel.strip-obsmarkers=no |
551 $ hg verify | 551 $ hg verify |
552 checking changesets | 552 checking changesets |
553 checking manifests | 553 checking manifests |
554 crosschecking files in changesets and manifests | 554 crosschecking files in changesets and manifests |
555 checking files | 555 checking files |
556 2 files, 2 changesets, 2 total revisions | 556 checked 2 changesets with 2 changes to 2 files |
557 $ cd .. | 557 $ cd .. |
558 | 558 |
559 Clone just this branch | 559 Clone just this branch |
560 | 560 |
561 $ cd beta | 561 $ cd beta |