changeset 22634 | e48a5d3996c2 |
parent 22626 | fb74a5833467 |
child 22639 | 79c4178b2169 |
--- a/mercurial/commands.py Sun Sep 28 16:57:06 2014 +0200 +++ b/mercurial/commands.py Sun Sep 28 16:57:37 2014 +0200 @@ -2256,7 +2256,7 @@ # templates import templater - p = templater.templatepath() + p = templater.templatepaths() ui.status(_("checking templates (%s)...\n") % ' '.join(p)) if p: m = templater.templatepath("map-cmdline.default")