mercurial/upgrade.py
changeset 45386 034d94f8761b
parent 45373 d7dcc75a3eae
child 45487 78f0bb37f52d
equal deleted inserted replaced
45385:05d19ca33b33 45386:034d94f8761b
    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.