Show More
@@ -362,6 +362,9 b' class copiessdc(requirementformatvariant' | |||||
362 | b'Allows to use more efficient algorithm to deal with ' b'copy tracing.' |
|
362 | b'Allows to use more efficient algorithm to deal with ' b'copy tracing.' | |
363 | ) |
|
363 | ) | |
364 |
|
364 | |||
|
365 | touches_filelogs = False | |||
|
366 | touches_manifests = False | |||
|
367 | ||||
365 |
|
368 | |||
366 | @registerformatvariant |
|
369 | @registerformatvariant | |
367 | class revlogv2(requirementformatvariant): |
|
370 | class revlogv2(requirementformatvariant): |
@@ -1661,9 +1661,7 b' We upgrade a repository that is not usin' | |||||
1661 | added: exp-changelog-v2, exp-copies-sidedata-changeset |
|
1661 | added: exp-changelog-v2, exp-copies-sidedata-changeset | |
1662 |
|
1662 | |||
1663 | processed revlogs: |
|
1663 | processed revlogs: | |
1664 | - all-filelogs |
|
|||
1665 | - changelog |
|
1664 | - changelog | |
1666 | - manifest |
|
|||
1667 |
|
1665 | |||
1668 | #endif |
|
1666 | #endif | |
1669 |
|
1667 | |||
@@ -1689,9 +1687,7 b' We upgrade a repository that is not usin' | |||||
1689 | added: exp-changelog-v2, exp-copies-sidedata-changeset |
|
1687 | added: exp-changelog-v2, exp-copies-sidedata-changeset | |
1690 |
|
1688 | |||
1691 | processed revlogs: |
|
1689 | processed revlogs: | |
1692 | - all-filelogs |
|
|||
1693 | - changelog |
|
1690 | - changelog | |
1694 | - manifest |
|
|||
1695 |
|
1691 | |||
1696 | #endif |
|
1692 | #endif | |
1697 |
|
1693 |
@@ -443,9 +443,7 b' downgrading' | |||||
443 | removed: exp-changelog-v2, exp-copies-sidedata-changeset |
|
443 | removed: exp-changelog-v2, exp-copies-sidedata-changeset | |
444 |
|
444 | |||
445 | processed revlogs: |
|
445 | processed revlogs: | |
446 | - all-filelogs |
|
|||
447 | - changelog |
|
446 | - changelog | |
448 | - manifest |
|
|||
449 |
|
447 | |||
450 | $ hg debugformat -v | egrep 'format-variant|revlog-v2|copies-sdc|changelog-v2' |
|
448 | $ hg debugformat -v | egrep 'format-variant|revlog-v2|copies-sdc|changelog-v2' | |
451 | format-variant repo config default |
|
449 | format-variant repo config default | |
@@ -470,9 +468,7 b' upgrading' | |||||
470 | added: exp-changelog-v2, exp-copies-sidedata-changeset |
|
468 | added: exp-changelog-v2, exp-copies-sidedata-changeset | |
471 |
|
469 | |||
472 | processed revlogs: |
|
470 | processed revlogs: | |
473 | - all-filelogs |
|
|||
474 | - changelog |
|
471 | - changelog | |
475 | - manifest |
|
|||
476 |
|
472 | |||
477 | $ hg debugformat -v | egrep 'format-variant|revlog-v2|copies-sdc|changelog-v2' |
|
473 | $ hg debugformat -v | egrep 'format-variant|revlog-v2|copies-sdc|changelog-v2' | |
478 | format-variant repo config default |
|
474 | format-variant repo config default |
General Comments 0
You need to be logged in to leave comments.
Login now