Mercurial > hg-stable
changeset 30096:98d3d8108db0
merge: update doc of manifestmerge() per 18c2184c27dc
p1 was renamed to wctx by 18c2184c27dc.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 02 Oct 2016 17:31:32 +0900 |
parents | e8aeeb28e35e |
children | 3bf4b762537e |
files | mercurial/merge.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/merge.py Sat Oct 08 17:22:40 2016 +0200 +++ b/mercurial/merge.py Sun Oct 02 17:31:32 2016 +0900 @@ -781,7 +781,7 @@ def manifestmerge(repo, wctx, p2, pa, branchmerge, force, matcher, acceptremote, followcopies): """ - Merge p1 and p2 with ancestor pa and generate merge action list + Merge wctx and p2 with ancestor pa and generate merge action list branchmerge and force are as passed in to update matcher = matcher to filter file lists