##// END OF EJS Templates
merge: stop using merge action for pathconflict option...
marmoute -
r49557:25d5dffb default
parent child Browse files
Show More
@@ -488,7 +488,7 b' def checkpathconflicts(repo, wctx, mctx,'
488 mresult.addfile(
488 mresult.addfile(
489 p,
489 p,
490 mergestatemod.ACTION_PATH_CONFLICT,
490 mergestatemod.ACTION_PATH_CONFLICT,
491 (pnew, mergestatemod.ACTION_REMOVE),
491 (pnew, b'r'),
492 b'path conflict',
492 b'path conflict',
493 )
493 )
494 remoteconflicts.remove(p)
494 remoteconflicts.remove(p)
General Comments 0
You need to be logged in to leave comments. Login now