Searched refs:_GIT_SVN_ID_REGEX (Results 1 – 1 of 1) sorted by relevance
16 _GIT_SVN_ID_REGEX = re.compile(r'.*git-svn-id:\s*([^@]*)@([0-9]+)', re.DOTALL) variable139 match = _GIT_SVN_ID_REGEX.search(output)