( )⚙ D2609 templater: provide hint for multi-line templates with parse errors

This is an archive of the discontinued Mercurial Phabricator instance.

templater: provide hint for multi-line templates with parse errors
ClosedPublic

Authored by ryanmce on Mar 3 2018, 5:26 PM.

Details

Summary

Previously, we punted. Now we "rewrite" the template's newlines to r'\n' and
offset the hint appropriately.

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.