This is an archive of the discontinued Mercurial Phabricator instance.

templater: teach template loader to use open_template() function
ClosedPublic

Authored by martinvonz on Aug 6 2020, 2:29 PM.

Details

Summary

The template loader can apparently load templates from relative paths,
so I needed to add that support to open_template().

This takes the number of failing tests with PyOxidizer from 54 to 34.

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.

Event Timeline

martinvonz created this revision.Aug 6 2020, 2:29 PM
indygreg accepted this revision.Aug 6 2020, 8:31 PM
This revision is now accepted and ready to land.Aug 6 2020, 8:31 PM