comparison tests/test-evolve.t @ 4198:d2b532b2790b stable

test-compat: backed out changeset e2d083cc447e Preparing the branch for 4.8.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 25 Oct 2018 12:55:12 +0200
parents 1dd5c6e6cd53
children f555039d1a08 7d4c80c3f386
comparison
equal deleted inserted replaced
4197:1dd5c6e6cd53 4198:d2b532b2790b
538 $ hg verify 538 $ hg verify
539 checking changesets 539 checking changesets
540 checking manifests 540 checking manifests
541 crosschecking files in changesets and manifests 541 crosschecking files in changesets and manifests
542 checking files 542 checking files
543 3 files, 3 changesets, 3 total revisions 543 checked 3 changesets with 3 changes to 3 files
544 $ hg --config extensions.hgext.mq= strip 'extinct()' 544 $ hg --config extensions.hgext.mq= strip 'extinct()'
545 abort: empty revision set 545 abort: empty revision set
546 [255] 546 [255]
547 (do some garbare collection) 547 (do some garbare collection)
548 $ hg --config extensions.hgext.mq= strip --hidden 'extinct()' --config devel.strip-obsmarkers=no 548 $ hg --config extensions.hgext.mq= strip --hidden 'extinct()' --config devel.strip-obsmarkers=no
550 $ hg verify 550 $ hg verify
551 checking changesets 551 checking changesets
552 checking manifests 552 checking manifests
553 crosschecking files in changesets and manifests 553 crosschecking files in changesets and manifests
554 checking files 554 checking files
555 2 files, 2 changesets, 2 total revisions 555 checked 2 changesets with 2 changes to 2 files
556 $ cd .. 556 $ cd ..
557 557
558 Clone just this branch 558 Clone just this branch
559 559
560 $ cd beta 560 $ cd beta