equal
deleted
inserted
replaced
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) |