Searched defs:revert_regex (Results 1 – 2 of 2) sorted by relevance
168 revert_regex = re.compile(r'This reverts commit (?P<hash>[0-9a-f]+)\.$') variable
168 revert_regex = re.compile(r'This reverts commit (?P<hash>\w+).$') variable