Submitter | phabricator |
---|---|
Date | Feb. 8, 2022, 9:28 p.m. |
Message ID | <differential-rev-PHID-DREV-w6wcvuepuzyraidu2gvl-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50485/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/mercurial/merge.py b/mercurial/merge.py --- a/mercurial/merge.py +++ b/mercurial/merge.py @@ -1836,7 +1836,7 @@ If false, merging with an ancestor (fast-forward) is only allowed between different named branches. This flag is used by rebase extension as a temporary fix and should be avoided in general. - labels = labels to use for base, local and other + labels = labels to use for local, other, and base mergeforce = whether the merge was run with 'merge --force' (deprecated): if this is True, then 'force' should be True as well.