Submitter | phabricator |
---|---|
Date | July 24, 2020, 6:03 a.m. |
Message ID | <differential-rev-PHID-DREV-xnz6zt7tldi4ffuwo5m5-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/46860/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/formatter.py b/mercurial/formatter.py --- a/mercurial/formatter.py +++ b/mercurial/formatter.py @@ -626,8 +626,7 @@ a map file""" assert not (spec.tmpl and spec.mapfile) if spec.mapfile: - frommapfile = templater.templater.frommapfile - return frommapfile( + return templater.templater.frommapfile( spec.mapfile, defaults=defaults, resources=resources, cache=cache ) return maketemplater(