changeset 35469 | f1c54d003327 |
parent 35463 | ef7e667a4f7b |
child 35482 | c240657febb7 |
--- a/mercurial/filemerge.py Thu Dec 21 21:29:06 2017 +0900 +++ b/mercurial/filemerge.py Thu Dec 21 22:05:30 2017 +0900 @@ -581,7 +581,8 @@ ui = repo.ui template = ui.config('ui', 'mergemarkertemplate') template = templater.unquotestring(template) - tmpl = formatter.maketemplater(ui, template) + tres = formatter.templateresources(ui, repo) + tmpl = formatter.maketemplater(ui, template, resources=tres) pad = max(len(l) for l in labels)