Template keyword for all "names"

Gregory Szorc gregory.szorc at gmail.com
Wed Dec 23 20:45:47 UTC 2015


`hg log` prints out all names from all namespaces by default.

The namespaces API magically generates a template keyword using
templatekw.shownames(), making it available for templating usage.

However, we don't appear to have a template keyword that expands to all
names attached to a changeset. That feels like an important facility to
have, as otherwise it requires all templates to have knowledge of all
custom namespaces, which isn't feasible.

Is there a plan to add a {names} (or similar)? Has the user-facing
terminology been bikeshedded yet?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20151223/47b6ee2a/attachment.html>


More information about the Mercurial-devel mailing list