This is an archive of the discontinued Mercurial Phabricator instance.

cmdutil: allow extra properties to be added to each context
ClosedPublic

Authored by indygreg on Aug 28 2017, 11:55 PM.

Details

Summary

The changeset displayer allows setting extra keywords to be available
to the templating layer. This patch adds an argument to displaygraph()
to pass a dict of extra properties to be available to every changeset.

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

indygreg created this revision.Aug 28 2017, 11:55 PM
quark accepted this revision.Aug 29 2017, 4:00 PM
indygreg updated this revision to Diff 1810.Sep 14 2017, 12:19 AM
This revision was automatically updated to reflect the committed changes.