Show More
@@ -31,6 +31,7 b' RECLONES_REQUIREMENTS = {' | |||||
31 | requirements.GENERALDELTA_REQUIREMENT, |
|
31 | requirements.GENERALDELTA_REQUIREMENT, | |
32 | requirements.SPARSEREVLOG_REQUIREMENT, |
|
32 | requirements.SPARSEREVLOG_REQUIREMENT, | |
33 | requirements.REVLOGV2_REQUIREMENT, |
|
33 | requirements.REVLOGV2_REQUIREMENT, | |
|
34 | requirements.CHANGELOGV2_REQUIREMENT, | |||
34 | } |
|
35 | } | |
35 |
|
36 | |||
36 |
|
37 | |||
@@ -949,6 +950,7 b' def supportremovedrequirements(repo):' | |||||
949 | requirements.NODEMAP_REQUIREMENT, |
|
950 | requirements.NODEMAP_REQUIREMENT, | |
950 | requirements.SHARESAFE_REQUIREMENT, |
|
951 | requirements.SHARESAFE_REQUIREMENT, | |
951 | requirements.REVLOGV2_REQUIREMENT, |
|
952 | requirements.REVLOGV2_REQUIREMENT, | |
|
953 | requirements.CHANGELOGV2_REQUIREMENT, | |||
952 | requirements.REVLOGV1_REQUIREMENT, |
|
954 | requirements.REVLOGV1_REQUIREMENT, | |
953 | } |
|
955 | } | |
954 | for name in compression.compengines: |
|
956 | for name in compression.compengines: | |
@@ -979,6 +981,7 b' def supporteddestrequirements(repo):' | |||||
979 | requirements.NODEMAP_REQUIREMENT, |
|
981 | requirements.NODEMAP_REQUIREMENT, | |
980 | requirements.SHARESAFE_REQUIREMENT, |
|
982 | requirements.SHARESAFE_REQUIREMENT, | |
981 | requirements.REVLOGV2_REQUIREMENT, |
|
983 | requirements.REVLOGV2_REQUIREMENT, | |
|
984 | requirements.CHANGELOGV2_REQUIREMENT, | |||
982 | } |
|
985 | } | |
983 | for name in compression.compengines: |
|
986 | for name in compression.compengines: | |
984 | engine = compression.compengines[name] |
|
987 | engine = compression.compengines[name] | |
@@ -1009,6 +1012,7 b' def allowednewrequirements(repo):' | |||||
1009 | requirements.SHARESAFE_REQUIREMENT, |
|
1012 | requirements.SHARESAFE_REQUIREMENT, | |
1010 | requirements.REVLOGV1_REQUIREMENT, |
|
1013 | requirements.REVLOGV1_REQUIREMENT, | |
1011 | requirements.REVLOGV2_REQUIREMENT, |
|
1014 | requirements.REVLOGV2_REQUIREMENT, | |
|
1015 | requirements.CHANGELOGV2_REQUIREMENT, | |||
1012 | } |
|
1016 | } | |
1013 | for name in compression.compengines: |
|
1017 | for name in compression.compengines: | |
1014 | engine = compression.compengines[name] |
|
1018 | engine = compression.compengines[name] |
General Comments 0
You need to be logged in to leave comments.
Login now