Skip to content
Snippets Groups Projects
Commit 5facf71c authored by Georges Racinet's avatar Georges Racinet
Browse files

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
1 merge request!138CommitService.ListCommits: commit_message_patterns
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment