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, |
|
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