How to find a bookmark using a regular expression?
The command:
hg log -r bookmark('re:T.+v2')
lists all bookmarks matching the regex T.+v2.
In TortoiseHG:
Ctrl+S to show the Filter Toolbarbookmark('re:T.+v2').This is documented under Patterns and Predicates as part of the revsets query language.