Show More
@@ -328,6 +328,10 b' def _mergecheck(repo, mynode, orig, fcd,' | |||||
328 | repo.ui.warn(_('warning: internal %s cannot merge symlinks ' |
|
328 | repo.ui.warn(_('warning: internal %s cannot merge symlinks ' | |
329 | 'for %s\n') % (tool, fcd.path())) |
|
329 | 'for %s\n') % (tool, fcd.path())) | |
330 | return False |
|
330 | return False | |
|
331 | if fcd.isabsent() or fco.isabsent(): | |||
|
332 | repo.ui.warn(_('warning: internal %s cannot merge change/delete ' | |||
|
333 | 'conflict for %s\n') % (tool, fcd.path())) | |||
|
334 | return False | |||
331 | return True |
|
335 | return True | |
332 |
|
336 | |||
333 | def _merge(repo, mynode, orig, fcd, fco, fca, toolconf, files, labels, mode): |
|
337 | def _merge(repo, mynode, orig, fcd, fco, fca, toolconf, files, labels, mode): |
General Comments 0
You need to be logged in to leave comments.
Login now