Interfacing Hg with TOPdesk
Anton Shestakov
engored at gmail.com
Sat Sep 17 16:51:03 UTC 2016
2016-09-02 23:13 GMT+08:00 Kevin Bullock <kbullock+mercurial at ringworld.org>:
> a custom template on <https://selenic.com/hg/> that turns the issue reference in the commit message into a link back to Bugzilla (e.g. <https://selenic.com/hg/rev/f148bfa40489>).
AFAIK not a custom template, but a [websub] setting similar to: issues
= s|issue(\d+)|<a href="http://bts.example.org/issue\1">issue\1</a>|i
(from hg help config.websub)
More information about the Mercurial
mailing list