revsets for commit_message_patterns
Mercurial core `grep` revset is also matching user (committer) and files, which can lead to surprises depending on how this is to be used by the Rails app (or perhaps API users if it gets exposed). Also, there was no case-insensitive regular expression. After some hesitation, we decided to make a separate predicate, rather than using the `(?i)` prefix, to avoid interfering with other in-pattern flags. Predicate names are meant to avoid colliding with other extensions, but this could go submitted UPSTREAM.
parent
96313208
No related branches found
No related tags found
Loading
Please register or sign in to comment