mercurial/cext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 02 Dec 2018 22:10:37 +0900
changeset 40879 b12700dd261f
parent 32251 c48583859e04
permissions -rw-r--r--
revlog: add public CPython function to get parent revisions Since this is a public function, it validates the input revision, and supports nullrev. index_get_parents_checked() will be replaced by this function.