Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match any characters in multi-revision comment matchers
Currently, the matcher `//[rev-foo,rev-bar]~` does not get selected by the regex, nor does anything that includes whitespace Change the regex matcher to be more flexible and capture anything within the `[...]` brackets, and trim the result before testing.
- Loading branch information