[Request] [- ] D11925: filemerge: remove leftover documentation of removed argument
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Tue Dec 14 21:43:36 UTC 2021
martinvonz created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
I removed the `premerge` argument in
https://phab.mercurial-scm.org/D11859.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11925
AFFECTED FILES
mercurial/filemerge.py
CHANGE DETAILS
diff --git a/mercurial/filemerge.py b/mercurial/filemerge.py
--- a/mercurial/filemerge.py
+++ b/mercurial/filemerge.py
@@ -1028,7 +1028,6 @@
def filemerge(repo, wctx, mynode, orig, fcd, fco, fca, labels=None):
"""perform a 3-way merge in the working directory
- premerge = whether this is a premerge
mynode = parent node before merge
orig = original local filename before merge
fco = other file context
To: martinvonz, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20211214/cd2e66be/attachment.html>
More information about the Mercurial-patches
mailing list