Show More
@@ -543,6 +543,7 b' def _formatlabels(repo, fcd, fco, fca, l' | |||
|
543 | 543 | |
|
544 | 544 | ui = repo.ui |
|
545 | 545 | template = ui.config('ui', 'mergemarkertemplate', _defaultconflictmarker) |
|
546 | template = templater.unquotestring(template) | |
|
546 | 547 | tmpl = formatter.maketemplater(ui, 'conflictmarker', template) |
|
547 | 548 | |
|
548 | 549 | pad = max(len(l) for l in labels) |
General Comments 0
You need to be logged in to leave comments.
Login now