equal
deleted
inserted
replaced
643 flags = fctx.flags() |
643 flags = fctx.flags() |
644 mctx = context.memfilectx(repo, ctx, |
644 mctx = context.memfilectx(repo, ctx, |
645 fctx.path(), fctx.data(), |
645 fctx.path(), fctx.data(), |
646 islink='l' in flags, |
646 islink='l' in flags, |
647 isexec='x' in flags, |
647 isexec='x' in flags, |
648 copied=copied.get(path)) |
648 copysource=copied.get(path)) |
649 return mctx |
649 return mctx |
650 return None |
650 return None |
651 |
651 |
652 if commitopts.get('message'): |
652 if commitopts.get('message'): |
653 message = commitopts['message'] |
653 message = commitopts['message'] |