Searched refs:majorrev_re (Results 1 – 1 of 1) sorted by relevance
14 majorrev_re = re.compile('^[0-9]+') variable26 majorrev_re.match(headbranch)27 majorrev = string.atoi(majorrev_re.group(0)) + 1