# HG changeset patch # User Pierre-Yves David # Date 2022-01-28 15:41:45 # Node ID 25d5dffbb21102acccdc1b0d08740af993f0a002 # Parent 48aff31e7f4c942ffa9a297fe0dfefb3f34d061f merge: stop using merge action for pathconflict option This is not the b'r' you are looking for. Differential Revision: https://phab.mercurial-scm.org/D12111 diff --git a/mercurial/merge.py b/mercurial/merge.py --- a/mercurial/merge.py +++ b/mercurial/merge.py @@ -488,7 +488,7 @@ def checkpathconflicts(repo, wctx, mctx, mresult.addfile( p, mergestatemod.ACTION_PATH_CONFLICT, - (pnew, mergestatemod.ACTION_REMOVE), + (pnew, b'r'), b'path conflict', ) remoteconflicts.remove(p)