Mercurial > hg
diff mercurial/archival.py @ 40934:d3e688b9ef2e
templatefuncs: add regexp search() function that extracts substring
This can be used to extract an issue number from a commit message, for
example:
{search(r'\(issue([0-9]*)\)', desc) % '{1}'}
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 12 Dec 2018 22:19:57 +0900 |
parents | 5eefd32cb382 |
children | d9eda1c6dfca |