##// 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 488 mresult.addfile(
489 489 p,
490 490 mergestatemod.ACTION_PATH_CONFLICT,
491 (pnew, mergestatemod.ACTION_REMOVE),
491 (pnew, b'r'),
492 492 b'path conflict',
493 493 )
494 494 remoteconflicts.remove(p)
General Comments 0
You need to be logged in to leave comments. Login now