Show More
@@ -191,7 +191,7 b' def upgraderepo(' | |||||
191 | try: |
|
191 | try: | |
192 | ui.status( |
|
192 | ui.status( | |
193 | _( |
|
193 | _( | |
194 |
b'creating temporary repository to stage |
|
194 | b'creating temporary repository to stage upgraded ' | |
195 | b'data: %s\n' |
|
195 | b'data: %s\n' | |
196 | ) |
|
196 | ) | |
197 | % tmppath |
|
197 | % tmppath |
@@ -479,7 +479,7 b' def upgrade(ui, srcrepo, dstrepo, upgrad' | |||||
479 |
|
479 | |||
480 | finishdatamigration(ui, srcrepo, dstrepo, requirements) |
|
480 | finishdatamigration(ui, srcrepo, dstrepo, requirements) | |
481 |
|
481 | |||
482 |
ui.status(_(b'data fully |
|
482 | ui.status(_(b'data fully upgraded in a temporary repository\n')) | |
483 |
|
483 | |||
484 | backuppath = pycompat.mkdtemp(prefix=b'upgradebackup.', dir=srcrepo.path) |
|
484 | backuppath = pycompat.mkdtemp(prefix=b'upgradebackup.', dir=srcrepo.path) | |
485 | backupvfs = vfsmod.vfs(backuppath) |
|
485 | backupvfs = vfsmod.vfs(backuppath) |
@@ -483,9 +483,9 b' Upgrading a repository that is already m' | |||||
483 |
|
483 | |||
484 | beginning upgrade... |
|
484 | beginning upgrade... | |
485 | repository locked and read-only |
|
485 | repository locked and read-only | |
486 |
creating temporary repository to stage |
|
486 | creating temporary repository to stage upgraded data: $TESTTMP/modern/.hg/upgrade.* (glob) | |
487 | (it is safe to interrupt this process any time before data migration completes) |
|
487 | (it is safe to interrupt this process any time before data migration completes) | |
488 |
data fully |
|
488 | data fully upgraded in a temporary repository | |
489 | marking source repository as being upgraded; clients will be unable to read from repository |
|
489 | marking source repository as being upgraded; clients will be unable to read from repository | |
490 | starting in-place swap of repository data |
|
490 | starting in-place swap of repository data | |
491 | replaced files will be backed up at $TESTTMP/modern/.hg/upgradebackup.* (glob) |
|
491 | replaced files will be backed up at $TESTTMP/modern/.hg/upgradebackup.* (glob) | |
@@ -539,7 +539,7 b' make sure we have a .d file' | |||||
539 |
|
539 | |||
540 | beginning upgrade... |
|
540 | beginning upgrade... | |
541 | repository locked and read-only |
|
541 | repository locked and read-only | |
542 |
creating temporary repository to stage |
|
542 | creating temporary repository to stage upgraded data: $TESTTMP/upgradegd/.hg/upgrade.* (glob) | |
543 | (it is safe to interrupt this process any time before data migration completes) |
|
543 | (it is safe to interrupt this process any time before data migration completes) | |
544 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) |
|
544 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) | |
545 | migrating 519 KB in store; 1.05 MB tracked data |
|
545 | migrating 519 KB in store; 1.05 MB tracked data | |
@@ -551,7 +551,7 b' make sure we have a .d file' | |||||
551 | finished migrating 3 changelog revisions; change in size: 0 bytes |
|
551 | finished migrating 3 changelog revisions; change in size: 0 bytes | |
552 | finished migrating 9 total revisions; total change in store size: -17 bytes |
|
552 | finished migrating 9 total revisions; total change in store size: -17 bytes | |
553 | copying phaseroots |
|
553 | copying phaseroots | |
554 |
data fully |
|
554 | data fully upgraded in a temporary repository | |
555 | marking source repository as being upgraded; clients will be unable to read from repository |
|
555 | marking source repository as being upgraded; clients will be unable to read from repository | |
556 | starting in-place swap of repository data |
|
556 | starting in-place swap of repository data | |
557 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) |
|
557 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) | |
@@ -640,7 +640,7 b' unless --no-backup is passed' | |||||
640 |
|
640 | |||
641 | beginning upgrade... |
|
641 | beginning upgrade... | |
642 | repository locked and read-only |
|
642 | repository locked and read-only | |
643 |
creating temporary repository to stage |
|
643 | creating temporary repository to stage upgraded data: $TESTTMP/upgradegd/.hg/upgrade.* (glob) | |
644 | (it is safe to interrupt this process any time before data migration completes) |
|
644 | (it is safe to interrupt this process any time before data migration completes) | |
645 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) |
|
645 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) | |
646 | migrating 519 KB in store; 1.05 MB tracked data |
|
646 | migrating 519 KB in store; 1.05 MB tracked data | |
@@ -652,7 +652,7 b' unless --no-backup is passed' | |||||
652 | finished migrating 3 changelog revisions; change in size: 0 bytes |
|
652 | finished migrating 3 changelog revisions; change in size: 0 bytes | |
653 | finished migrating 9 total revisions; total change in store size: 0 bytes |
|
653 | finished migrating 9 total revisions; total change in store size: 0 bytes | |
654 | copying phaseroots |
|
654 | copying phaseroots | |
655 |
data fully |
|
655 | data fully upgraded in a temporary repository | |
656 | marking source repository as being upgraded; clients will be unable to read from repository |
|
656 | marking source repository as being upgraded; clients will be unable to read from repository | |
657 | starting in-place swap of repository data |
|
657 | starting in-place swap of repository data | |
658 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) |
|
658 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) | |
@@ -682,7 +682,7 b' We can restrict optimization to some rev' | |||||
682 |
|
682 | |||
683 | beginning upgrade... |
|
683 | beginning upgrade... | |
684 | repository locked and read-only |
|
684 | repository locked and read-only | |
685 |
creating temporary repository to stage |
|
685 | creating temporary repository to stage upgraded data: $TESTTMP/upgradegd/.hg/upgrade.* (glob) | |
686 | (it is safe to interrupt this process any time before data migration completes) |
|
686 | (it is safe to interrupt this process any time before data migration completes) | |
687 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) |
|
687 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) | |
688 | migrating 519 KB in store; 1.05 MB tracked data |
|
688 | migrating 519 KB in store; 1.05 MB tracked data | |
@@ -699,7 +699,7 b' We can restrict optimization to some rev' | |||||
699 | finished migrating 3 changelog revisions; change in size: 0 bytes |
|
699 | finished migrating 3 changelog revisions; change in size: 0 bytes | |
700 | finished migrating 9 total revisions; total change in store size: 0 bytes |
|
700 | finished migrating 9 total revisions; total change in store size: 0 bytes | |
701 | copying phaseroots |
|
701 | copying phaseroots | |
702 |
data fully |
|
702 | data fully upgraded in a temporary repository | |
703 | marking source repository as being upgraded; clients will be unable to read from repository |
|
703 | marking source repository as being upgraded; clients will be unable to read from repository | |
704 | starting in-place swap of repository data |
|
704 | starting in-place swap of repository data | |
705 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) |
|
705 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) | |
@@ -762,7 +762,7 b' Check we can select negatively' | |||||
762 |
|
762 | |||
763 | beginning upgrade... |
|
763 | beginning upgrade... | |
764 | repository locked and read-only |
|
764 | repository locked and read-only | |
765 |
creating temporary repository to stage |
|
765 | creating temporary repository to stage upgraded data: $TESTTMP/upgradegd/.hg/upgrade.* (glob) | |
766 | (it is safe to interrupt this process any time before data migration completes) |
|
766 | (it is safe to interrupt this process any time before data migration completes) | |
767 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) |
|
767 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) | |
768 | migrating 519 KB in store; 1.05 MB tracked data |
|
768 | migrating 519 KB in store; 1.05 MB tracked data | |
@@ -779,7 +779,7 b' Check we can select negatively' | |||||
779 | finished migrating 3 changelog revisions; change in size: 0 bytes |
|
779 | finished migrating 3 changelog revisions; change in size: 0 bytes | |
780 | finished migrating 9 total revisions; total change in store size: 0 bytes |
|
780 | finished migrating 9 total revisions; total change in store size: 0 bytes | |
781 | copying phaseroots |
|
781 | copying phaseroots | |
782 |
data fully |
|
782 | data fully upgraded in a temporary repository | |
783 | marking source repository as being upgraded; clients will be unable to read from repository |
|
783 | marking source repository as being upgraded; clients will be unable to read from repository | |
784 | starting in-place swap of repository data |
|
784 | starting in-place swap of repository data | |
785 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) |
|
785 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) | |
@@ -813,7 +813,7 b' Check that we can select changelog only' | |||||
813 |
|
813 | |||
814 | beginning upgrade... |
|
814 | beginning upgrade... | |
815 | repository locked and read-only |
|
815 | repository locked and read-only | |
816 |
creating temporary repository to stage |
|
816 | creating temporary repository to stage upgraded data: $TESTTMP/upgradegd/.hg/upgrade.* (glob) | |
817 | (it is safe to interrupt this process any time before data migration completes) |
|
817 | (it is safe to interrupt this process any time before data migration completes) | |
818 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) |
|
818 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) | |
819 | migrating 519 KB in store; 1.05 MB tracked data |
|
819 | migrating 519 KB in store; 1.05 MB tracked data | |
@@ -830,7 +830,7 b' Check that we can select changelog only' | |||||
830 | finished migrating 3 changelog revisions; change in size: 0 bytes |
|
830 | finished migrating 3 changelog revisions; change in size: 0 bytes | |
831 | finished migrating 9 total revisions; total change in store size: 0 bytes |
|
831 | finished migrating 9 total revisions; total change in store size: 0 bytes | |
832 | copying phaseroots |
|
832 | copying phaseroots | |
833 |
data fully |
|
833 | data fully upgraded in a temporary repository | |
834 | marking source repository as being upgraded; clients will be unable to read from repository |
|
834 | marking source repository as being upgraded; clients will be unable to read from repository | |
835 | starting in-place swap of repository data |
|
835 | starting in-place swap of repository data | |
836 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) |
|
836 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) | |
@@ -864,7 +864,7 b' Check that we can select filelog only' | |||||
864 |
|
864 | |||
865 | beginning upgrade... |
|
865 | beginning upgrade... | |
866 | repository locked and read-only |
|
866 | repository locked and read-only | |
867 |
creating temporary repository to stage |
|
867 | creating temporary repository to stage upgraded data: $TESTTMP/upgradegd/.hg/upgrade.* (glob) | |
868 | (it is safe to interrupt this process any time before data migration completes) |
|
868 | (it is safe to interrupt this process any time before data migration completes) | |
869 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) |
|
869 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) | |
870 | migrating 519 KB in store; 1.05 MB tracked data |
|
870 | migrating 519 KB in store; 1.05 MB tracked data | |
@@ -881,7 +881,7 b' Check that we can select filelog only' | |||||
881 | finished migrating 3 changelog revisions; change in size: 0 bytes |
|
881 | finished migrating 3 changelog revisions; change in size: 0 bytes | |
882 | finished migrating 9 total revisions; total change in store size: 0 bytes |
|
882 | finished migrating 9 total revisions; total change in store size: 0 bytes | |
883 | copying phaseroots |
|
883 | copying phaseroots | |
884 |
data fully |
|
884 | data fully upgraded in a temporary repository | |
885 | marking source repository as being upgraded; clients will be unable to read from repository |
|
885 | marking source repository as being upgraded; clients will be unable to read from repository | |
886 | starting in-place swap of repository data |
|
886 | starting in-place swap of repository data | |
887 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) |
|
887 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) | |
@@ -922,7 +922,7 b" Check you can't skip revlog clone during" | |||||
922 |
|
922 | |||
923 | beginning upgrade... |
|
923 | beginning upgrade... | |
924 | repository locked and read-only |
|
924 | repository locked and read-only | |
925 |
creating temporary repository to stage |
|
925 | creating temporary repository to stage upgraded data: $TESTTMP/upgradegd/.hg/upgrade.* (glob) | |
926 | (it is safe to interrupt this process any time before data migration completes) |
|
926 | (it is safe to interrupt this process any time before data migration completes) | |
927 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) |
|
927 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) | |
928 | migrating 519 KB in store; 1.05 MB tracked data |
|
928 | migrating 519 KB in store; 1.05 MB tracked data | |
@@ -939,7 +939,7 b" Check you can't skip revlog clone during" | |||||
939 | finished migrating 3 changelog revisions; change in size: 0 bytes |
|
939 | finished migrating 3 changelog revisions; change in size: 0 bytes | |
940 | finished migrating 9 total revisions; total change in store size: 0 bytes |
|
940 | finished migrating 9 total revisions; total change in store size: 0 bytes | |
941 | copying phaseroots |
|
941 | copying phaseroots | |
942 |
data fully |
|
942 | data fully upgraded in a temporary repository | |
943 | marking source repository as being upgraded; clients will be unable to read from repository |
|
943 | marking source repository as being upgraded; clients will be unable to read from repository | |
944 | starting in-place swap of repository data |
|
944 | starting in-place swap of repository data | |
945 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) |
|
945 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) | |
@@ -981,7 +981,7 b" Check you can't skip revlog clone during" | |||||
981 |
|
981 | |||
982 | beginning upgrade... |
|
982 | beginning upgrade... | |
983 | repository locked and read-only |
|
983 | repository locked and read-only | |
984 |
creating temporary repository to stage |
|
984 | creating temporary repository to stage upgraded data: $TESTTMP/upgradegd/.hg/upgrade.* (glob) | |
985 | (it is safe to interrupt this process any time before data migration completes) |
|
985 | (it is safe to interrupt this process any time before data migration completes) | |
986 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) |
|
986 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) | |
987 | migrating 519 KB in store; 1.05 MB tracked data |
|
987 | migrating 519 KB in store; 1.05 MB tracked data | |
@@ -998,7 +998,7 b" Check you can't skip revlog clone during" | |||||
998 | finished migrating 3 changelog revisions; change in size: 0 bytes |
|
998 | finished migrating 3 changelog revisions; change in size: 0 bytes | |
999 | finished migrating 9 total revisions; total change in store size: 0 bytes |
|
999 | finished migrating 9 total revisions; total change in store size: 0 bytes | |
1000 | copying phaseroots |
|
1000 | copying phaseroots | |
1001 |
data fully |
|
1001 | data fully upgraded in a temporary repository | |
1002 | marking source repository as being upgraded; clients will be unable to read from repository |
|
1002 | marking source repository as being upgraded; clients will be unable to read from repository | |
1003 | starting in-place swap of repository data |
|
1003 | starting in-place swap of repository data | |
1004 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) |
|
1004 | replaced files will be backed up at $TESTTMP/upgradegd/.hg/upgradebackup.* (glob) | |
@@ -1037,7 +1037,7 b" store files with special filenames aren'" | |||||
1037 |
|
1037 | |||
1038 | beginning upgrade... |
|
1038 | beginning upgrade... | |
1039 | repository locked and read-only |
|
1039 | repository locked and read-only | |
1040 |
creating temporary repository to stage |
|
1040 | creating temporary repository to stage upgraded data: $TESTTMP/store-filenames/.hg/upgrade.* (glob) | |
1041 | (it is safe to interrupt this process any time before data migration completes) |
|
1041 | (it is safe to interrupt this process any time before data migration completes) | |
1042 | migrating 3 total revisions (1 in filelogs, 1 in manifests, 1 in changelog) |
|
1042 | migrating 3 total revisions (1 in filelogs, 1 in manifests, 1 in changelog) | |
1043 | migrating 301 bytes in store; 107 bytes tracked data |
|
1043 | migrating 301 bytes in store; 107 bytes tracked data | |
@@ -1050,7 +1050,7 b" store files with special filenames aren'" | |||||
1050 | finished migrating 3 total revisions; total change in store size: 0 bytes |
|
1050 | finished migrating 3 total revisions; total change in store size: 0 bytes | |
1051 | copying .XX_special_filename |
|
1051 | copying .XX_special_filename | |
1052 | copying phaseroots |
|
1052 | copying phaseroots | |
1053 |
data fully |
|
1053 | data fully upgraded in a temporary repository | |
1054 | marking source repository as being upgraded; clients will be unable to read from repository |
|
1054 | marking source repository as being upgraded; clients will be unable to read from repository | |
1055 | starting in-place swap of repository data |
|
1055 | starting in-place swap of repository data | |
1056 | replaced files will be backed up at $TESTTMP/store-filenames/.hg/upgradebackup.* (glob) |
|
1056 | replaced files will be backed up at $TESTTMP/store-filenames/.hg/upgradebackup.* (glob) | |
@@ -1078,7 +1078,7 b" store files with special filenames aren'" | |||||
1078 |
|
1078 | |||
1079 | beginning upgrade... |
|
1079 | beginning upgrade... | |
1080 | repository locked and read-only |
|
1080 | repository locked and read-only | |
1081 |
creating temporary repository to stage |
|
1081 | creating temporary repository to stage upgraded data: $TESTTMP/store-filenames/.hg/upgrade.* (glob) | |
1082 | (it is safe to interrupt this process any time before data migration completes) |
|
1082 | (it is safe to interrupt this process any time before data migration completes) | |
1083 | migrating 3 total revisions (1 in filelogs, 1 in manifests, 1 in changelog) |
|
1083 | migrating 3 total revisions (1 in filelogs, 1 in manifests, 1 in changelog) | |
1084 | migrating 301 bytes in store; 107 bytes tracked data |
|
1084 | migrating 301 bytes in store; 107 bytes tracked data | |
@@ -1091,7 +1091,7 b" store files with special filenames aren'" | |||||
1091 | finished migrating 3 total revisions; total change in store size: 0 bytes |
|
1091 | finished migrating 3 total revisions; total change in store size: 0 bytes | |
1092 | copying .XX_special_filename |
|
1092 | copying .XX_special_filename | |
1093 | copying phaseroots |
|
1093 | copying phaseroots | |
1094 |
data fully |
|
1094 | data fully upgraded in a temporary repository | |
1095 | marking source repository as being upgraded; clients will be unable to read from repository |
|
1095 | marking source repository as being upgraded; clients will be unable to read from repository | |
1096 | starting in-place swap of repository data |
|
1096 | starting in-place swap of repository data | |
1097 | replaced files will be backed up at $TESTTMP/store-filenames/.hg/upgradebackup.* (glob) |
|
1097 | replaced files will be backed up at $TESTTMP/store-filenames/.hg/upgradebackup.* (glob) | |
@@ -1144,7 +1144,7 b' Check upgrading a large file repository' | |||||
1144 |
|
1144 | |||
1145 | beginning upgrade... |
|
1145 | beginning upgrade... | |
1146 | repository locked and read-only |
|
1146 | repository locked and read-only | |
1147 |
creating temporary repository to stage |
|
1147 | creating temporary repository to stage upgraded data: $TESTTMP/largefilesrepo/.hg/upgrade.* (glob) | |
1148 | (it is safe to interrupt this process any time before data migration completes) |
|
1148 | (it is safe to interrupt this process any time before data migration completes) | |
1149 | migrating 3 total revisions (1 in filelogs, 1 in manifests, 1 in changelog) |
|
1149 | migrating 3 total revisions (1 in filelogs, 1 in manifests, 1 in changelog) | |
1150 | migrating 355 bytes in store; 160 bytes tracked data |
|
1150 | migrating 355 bytes in store; 160 bytes tracked data | |
@@ -1156,7 +1156,7 b' Check upgrading a large file repository' | |||||
1156 | finished migrating 1 changelog revisions; change in size: 0 bytes |
|
1156 | finished migrating 1 changelog revisions; change in size: 0 bytes | |
1157 | finished migrating 3 total revisions; total change in store size: 0 bytes |
|
1157 | finished migrating 3 total revisions; total change in store size: 0 bytes | |
1158 | copying phaseroots |
|
1158 | copying phaseroots | |
1159 |
data fully |
|
1159 | data fully upgraded in a temporary repository | |
1160 | marking source repository as being upgraded; clients will be unable to read from repository |
|
1160 | marking source repository as being upgraded; clients will be unable to read from repository | |
1161 | starting in-place swap of repository data |
|
1161 | starting in-place swap of repository data | |
1162 | replaced files will be backed up at $TESTTMP/largefilesrepo/.hg/upgradebackup.* (glob) |
|
1162 | replaced files will be backed up at $TESTTMP/largefilesrepo/.hg/upgradebackup.* (glob) | |
@@ -1202,7 +1202,7 b' Check upgrading a large file repository' | |||||
1202 |
|
1202 | |||
1203 | beginning upgrade... |
|
1203 | beginning upgrade... | |
1204 | repository locked and read-only |
|
1204 | repository locked and read-only | |
1205 |
creating temporary repository to stage |
|
1205 | creating temporary repository to stage upgraded data: $TESTTMP/largefilesrepo/.hg/upgrade.* (glob) | |
1206 | (it is safe to interrupt this process any time before data migration completes) |
|
1206 | (it is safe to interrupt this process any time before data migration completes) | |
1207 | migrating 6 total revisions (2 in filelogs, 2 in manifests, 2 in changelog) |
|
1207 | migrating 6 total revisions (2 in filelogs, 2 in manifests, 2 in changelog) | |
1208 | migrating 801 bytes in store; 467 bytes tracked data |
|
1208 | migrating 801 bytes in store; 467 bytes tracked data | |
@@ -1215,7 +1215,7 b' Check upgrading a large file repository' | |||||
1215 | finished migrating 6 total revisions; total change in store size: 0 bytes |
|
1215 | finished migrating 6 total revisions; total change in store size: 0 bytes | |
1216 | copying phaseroots |
|
1216 | copying phaseroots | |
1217 | copying lfs blob d0beab232adff5ba365880366ad30b1edb85c4c5372442b5d2fe27adc96d653f |
|
1217 | copying lfs blob d0beab232adff5ba365880366ad30b1edb85c4c5372442b5d2fe27adc96d653f | |
1218 |
data fully |
|
1218 | data fully upgraded in a temporary repository | |
1219 | marking source repository as being upgraded; clients will be unable to read from repository |
|
1219 | marking source repository as being upgraded; clients will be unable to read from repository | |
1220 | starting in-place swap of repository data |
|
1220 | starting in-place swap of repository data | |
1221 | replaced files will be backed up at $TESTTMP/largefilesrepo/.hg/upgradebackup.* (glob) |
|
1221 | replaced files will be backed up at $TESTTMP/largefilesrepo/.hg/upgradebackup.* (glob) | |
@@ -1307,7 +1307,7 b' repository config is taken in account' | |||||
1307 |
|
1307 | |||
1308 | beginning upgrade... |
|
1308 | beginning upgrade... | |
1309 | repository locked and read-only |
|
1309 | repository locked and read-only | |
1310 |
creating temporary repository to stage |
|
1310 | creating temporary repository to stage upgraded data: $TESTTMP/localconfig/.hg/upgrade.* (glob) | |
1311 | (it is safe to interrupt this process any time before data migration completes) |
|
1311 | (it is safe to interrupt this process any time before data migration completes) | |
1312 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) |
|
1312 | migrating 9 total revisions (3 in filelogs, 3 in manifests, 3 in changelog) | |
1313 | migrating 1019 bytes in store; 882 bytes tracked data |
|
1313 | migrating 1019 bytes in store; 882 bytes tracked data | |
@@ -1319,7 +1319,7 b' repository config is taken in account' | |||||
1319 | finished migrating 3 changelog revisions; change in size: 0 bytes |
|
1319 | finished migrating 3 changelog revisions; change in size: 0 bytes | |
1320 | finished migrating 9 total revisions; total change in store size: -9 bytes |
|
1320 | finished migrating 9 total revisions; total change in store size: -9 bytes | |
1321 | copying phaseroots |
|
1321 | copying phaseroots | |
1322 |
data fully |
|
1322 | data fully upgraded in a temporary repository | |
1323 | marking source repository as being upgraded; clients will be unable to read from repository |
|
1323 | marking source repository as being upgraded; clients will be unable to read from repository | |
1324 | starting in-place swap of repository data |
|
1324 | starting in-place swap of repository data | |
1325 | replaced files will be backed up at $TESTTMP/localconfig/.hg/upgradebackup.* (glob) |
|
1325 | replaced files will be backed up at $TESTTMP/localconfig/.hg/upgradebackup.* (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now