Draft: debugtemplate: allow using working directory context and template file
This makes it possible to run hg debugtemplate -w
and get a commit template for the pending changes in the working directory, similar to how hg debugtemplate -r
does it for an already commited changeset.
Edited by Pierre-Yves David