hgext/largefiles/overrides.py
changeset 48543 608a35db186c
parent 48477 f45a4a47f6a8
child 48723 d536d4afe003
equal deleted inserted replaced
48542:40522aea2f27 48543:608a35db186c
   693             )
   693             )
   694             == 1
   694             == 1
   695         )
   695         )
   696     ):
   696     ):
   697         repo.wwrite(fcd.path(), fco.data(), fco.flags())
   697         repo.wwrite(fcd.path(), fco.data(), fco.flags())
   698     return True, 0, False
   698     return 0, False
   699 
   699 
   700 
   700 
   701 @eh.wrapfunction(copiesmod, b'pathcopies')
   701 @eh.wrapfunction(copiesmod, b'pathcopies')
   702 def copiespathcopies(orig, ctx1, ctx2, match=None):
   702 def copiespathcopies(orig, ctx1, ctx2, match=None):
   703     copies = orig(ctx1, ctx2, match=match)
   703     copies = orig(ctx1, ctx2, match=match)