This is an archive of the discontinued Mercurial Phabricator instance.

templater: do search for include of unqualified builtin outside of config code
ClosedPublic

Authored by martinvonz on Jul 22 2020, 1:40 PM.

Details

Summary

Commit 081b08e4ea13 (templater: look for mapfiles in template paths,
2015-05-15) added support for using things like `%include
map-cmdline.default` to include built-in map files without using a
valid path to them. This patch rewrites that support by moving it into
_readmapfile() so it can later be adapted for reading from a
non-file resource.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.