##// END OF EJS Templates
copies-sdc: mark upgrade action as changelog only...
marmoute -
r50082:04a812f5 default
parent child Browse files
Show More
@@ -362,6 +362,9 b' class copiessdc(requirementformatvariant'
362 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 369 @registerformatvariant
367 370 class revlogv2(requirementformatvariant):
@@ -1661,9 +1661,7 b' We upgrade a repository that is not usin'
1661 1661 added: exp-changelog-v2, exp-copies-sidedata-changeset
1662 1662
1663 1663 processed revlogs:
1664 - all-filelogs
1665 1664 - changelog
1666 - manifest
1667 1665
1668 1666 #endif
1669 1667
@@ -1689,9 +1687,7 b' We upgrade a repository that is not usin'
1689 1687 added: exp-changelog-v2, exp-copies-sidedata-changeset
1690 1688
1691 1689 processed revlogs:
1692 - all-filelogs
1693 1690 - changelog
1694 - manifest
1695 1691
1696 1692 #endif
1697 1693
@@ -443,9 +443,7 b' downgrading'
443 443 removed: exp-changelog-v2, exp-copies-sidedata-changeset
444 444
445 445 processed revlogs:
446 - all-filelogs
447 446 - changelog
448 - manifest
449 447
450 448 $ hg debugformat -v | egrep 'format-variant|revlog-v2|copies-sdc|changelog-v2'
451 449 format-variant repo config default
@@ -470,9 +468,7 b' upgrading'
470 468 added: exp-changelog-v2, exp-copies-sidedata-changeset
471 469
472 470 processed revlogs:
473 - all-filelogs
474 471 - changelog
475 - manifest
476 472
477 473 $ hg debugformat -v | egrep 'format-variant|revlog-v2|copies-sdc|changelog-v2'
478 474 format-variant repo config default
General Comments 0
You need to be logged in to leave comments. Login now