Tempted to mark that "Easy" as we can probably just reuse matcher construction from hg log. though?
Yep, probably just a couple lines.
Fixed by https://selenic.com/repo/hg/rev/5618858dce26 liscju <piotr.listkiewicz@gmail.com> revsets: makes follow() supports file patterns (issue4757) (BC) Before this patch, follow only supports full, exact filenames. This patch makes follow argument to be treated like file pattern same way like log treats their arguments. It preserves current behaviour of follow() matching paths relative to the repository root by default. (please test the fix)
Bug was set to TESTING for 7 days, resolving