D6476: merge: correct argument name in docstring

2019-06-04 Thread av6 (Anton Shestakov)
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG127937874395: merge: correct argument name in docstring 
(authored by av6, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6476?vs=15332=15333

REVISION DETAIL
  https://phab.mercurial-scm.org/D6476

AFFECTED FILES
  mercurial/merge.py

CHANGE DETAILS

diff --git a/mercurial/merge.py b/mercurial/merge.py
--- a/mercurial/merge.py
+++ b/mercurial/merge.py
@@ -2202,7 +2202,7 @@
 pctx - merge base, usually ctx.p1()
 labels - merge labels eg ['local', 'graft']
 keepparent - keep second parent if any
-keepparent - if unresolved, keep parent used for the merge
+keepconflictparent - if unresolved, keep parent used for the merge
 
 """
 # If we're grafting a descendant onto an ancestor, be sure to pass



To: av6, #hg-reviewers, pulkit
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D6476: merge: correct argument name in docstring

2019-06-04 Thread av6 (Anton Shestakov)
av6 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6476

AFFECTED FILES
  mercurial/merge.py

CHANGE DETAILS

diff --git a/mercurial/merge.py b/mercurial/merge.py
--- a/mercurial/merge.py
+++ b/mercurial/merge.py
@@ -2202,7 +2202,7 @@
 pctx - merge base, usually ctx.p1()
 labels - merge labels eg ['local', 'graft']
 keepparent - keep second parent if any
-keepparent - if unresolved, keep parent used for the merge
+keepconflictparent - if unresolved, keep parent used for the merge
 
 """
 # If we're grafting a descendant onto an ancestor, be sure to pass



To: av6, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel