Submitter | Jordi Gutiérrez Hermoso |
---|---|
Date | May 5, 2015, 9:39 p.m. |
Message ID | <8e4947af3fe576862b49.1430861953@Iris> |
Download | mbox | patch |
Permalink | /patch/8916/ |
State | Superseded |
Commit | 081b08e4ea1350f5c501b0ae0915547b8acc5503 |
Headers | show |
Comments
Patch
diff --git a/mercurial/templater.py b/mercurial/templater.py --- a/mercurial/templater.py +++ b/mercurial/templater.py @@ -709,7 +709,7 @@ class templater(object): raise util.Abort(_("style '%s' not found") % mapfile, hint=_("available styles: %s") % stylelist()) - conf = config.config() + conf = config.config(searchpaths=templatepaths()) conf.read(mapfile) for key, val in conf[''].items():