Home
last modified time | relevance | path

Searched refs:REV_LIST_REGEX (Results 1 – 1 of 1) sorted by relevance

/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dgitcmds.py771 REV_LIST_REGEX = re.compile(r'^([0-9a-f]{40}) (.*)$') variable
778 match = REV_LIST_REGEX.match(line)
802 match = REV_LIST_REGEX.match(line)