##// END OF EJS Templates
tests: unquiet a test to show changes in next patch...
Pulkit Goyal -
r47198:bfaacfa8 default
parent child Browse files
Show More
@@ -617,18 +617,42 b' upgrading'
617 plain-cl-delta: yes yes yes
617 plain-cl-delta: yes yes yes
618 compression: zlib zlib zlib
618 compression: zlib zlib zlib
619 compression-level: default default default
619 compression-level: default default default
620 $ hg debugupgraderepo --run --no-backup --quiet
620 $ hg debugupgraderepo --run --no-backup
621 upgrade will perform the following actions:
621 upgrade will perform the following actions:
622
622
623 requirements
623 requirements
624 preserved: dotencode, fncache, generaldelta, revlogv1, sparserevlog, store
624 preserved: dotencode, fncache, generaldelta, revlogv1, sparserevlog, store
625 added: persistent-nodemap
625 added: persistent-nodemap
626
626
627 persistent-nodemap
628 Speedup revision lookup by node id.
629
627 processed revlogs:
630 processed revlogs:
628 - all-filelogs
631 - all-filelogs
629 - changelog
632 - changelog
630 - manifest
633 - manifest
631
634
635 beginning upgrade...
636 repository locked and read-only
637 creating temporary repository to stage upgraded data: $TESTTMP/test-repo/.hg/upgrade.* (glob)
638 (it is safe to interrupt this process any time before data migration completes)
639 migrating 15018 total revisions (5006 in filelogs, 5006 in manifests, 5006 in changelog)
640 migrating 1.74 MB in store; 569 MB tracked data
641 migrating 5004 filelogs containing 5006 revisions (346 KB in store; 28.2 KB tracked data)
642 finished migrating 5006 filelog revisions across 5004 filelogs; change in size: 0 bytes
643 migrating 1 manifests containing 5006 revisions (765 KB in store; 569 MB tracked data)
644 finished migrating 5006 manifest revisions across 1 manifests; change in size: 0 bytes
645 migrating changelog containing 5006 revisions (673 KB in store; 363 KB tracked data)
646 finished migrating 5006 changelog revisions; change in size: 0 bytes
647 finished migrating 15018 total revisions; total change in store size: 0 bytes
648 copying phaseroots
649 data fully upgraded in a temporary repository
650 marking source repository as being upgraded; clients will be unable to read from repository
651 starting in-place swap of repository data
652 replacing store...
653 store replacement complete; repository was inconsistent for *s (glob)
654 finalizing requirements file and making repository readable again
655 removing temporary repository $TESTTMP/test-repo/.hg/upgrade.* (glob)
632 $ ls -1 .hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)'
656 $ ls -1 .hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)'
633 00changelog-*.nd (glob)
657 00changelog-*.nd (glob)
634 00changelog.n
658 00changelog.n
General Comments 0
You need to be logged in to leave comments. Login now