mercurial/upgrade.py
changeset 36373 0147a4730420
parent 35598 29248ea26b29
child 37444 c8666a9e9e11
equal deleted inserted replaced
36372:b8d0761a85c7 36373:0147a4730420
    44     requirements in the returned set.
    44     requirements in the returned set.
    45     """
    45     """
    46     return {
    46     return {
    47         # The upgrade code does not yet support these experimental features.
    47         # The upgrade code does not yet support these experimental features.
    48         # This is an artificial limitation.
    48         # This is an artificial limitation.
    49         'manifestv2',
       
    50         'treemanifest',
    49         'treemanifest',
    51         # This was a precursor to generaldelta and was never enabled by default.
    50         # This was a precursor to generaldelta and was never enabled by default.
    52         # It should (hopefully) not exist in the wild.
    51         # It should (hopefully) not exist in the wild.
    53         'parentdelta',
    52         'parentdelta',
    54         # Upgrade should operate on the actual store, not the shared link.
    53         # Upgrade should operate on the actual store, not the shared link.