equal
deleted
inserted
replaced
62 requirements.TREEMANIFEST_REQUIREMENT, |
62 requirements.TREEMANIFEST_REQUIREMENT, |
63 # This was a precursor to generaldelta and was never enabled by default. |
63 # This was a precursor to generaldelta and was never enabled by default. |
64 # It should (hopefully) not exist in the wild. |
64 # It should (hopefully) not exist in the wild. |
65 b'parentdelta', |
65 b'parentdelta', |
66 # Upgrade should operate on the actual store, not the shared link. |
66 # Upgrade should operate on the actual store, not the shared link. |
67 b'shared', |
67 requirements.SHARED_REQUIREMENT, |
68 } |
68 } |
69 |
69 |
70 |
70 |
71 def supportremovedrequirements(repo): |
71 def supportremovedrequirements(repo): |
72 """Obtain requirements that can be removed during an upgrade. |
72 """Obtain requirements that can be removed during an upgrade. |