mercurial/cext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Fri, 19 Aug 2016 18:26:04 +0900
changeset 32684 af854b1b36f8
parent 32211 c48583859e04
permissions -rw-r--r--
revlog: add support for partial matching of wdir node id The idea is simple. If the given node id prefix is 'ff...f', add +1 to the number of matches (e.g. ambiguous if partial + maybewdir > 1). This patch also fixes id() revset and shortest() template since _partialmatch() can raise WdirUnsupported exception.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: