hgext/largefiles/overrides.py
changeset 48711 9bc86adf32f6
parent 48709 d536d4afe003
child 48875 6000f5b25c9b
equal deleted inserted replaced
48710:b0aa9b0b9c21 48711:9bc86adf32f6
    59 
    59 
    60 eh = exthelper.exthelper()
    60 eh = exthelper.exthelper()
    61 
    61 
    62 lfstatus = lfutil.lfstatus
    62 lfstatus = lfutil.lfstatus
    63 
    63 
    64 MERGE_ACTION_LARGEFILE_MARK_REMOVED = b'lfmr'
    64 MERGE_ACTION_LARGEFILE_MARK_REMOVED = mergestatemod.MergeAction('lfmr')
    65 
    65 
    66 # -- Utility functions: commonly/repeatedly needed functionality ---------------
    66 # -- Utility functions: commonly/repeatedly needed functionality ---------------
    67 
    67 
    68 
    68 
    69 def composelargefilematcher(match, manifest):
    69 def composelargefilematcher(match, manifest):