mercurial/utils/__init__.py
author Boris Feld <boris.feld@octobus.net>
Thu, 20 Dec 2018 09:59:16 +0100
changeset 41079 88d813cd9acd
parent 36607 c6061cadb400
permissions -rw-r--r--
revlog: fix pure python slicing test when chain contains nullrev The revlog mock used in the test was not behaving the same as its C counterpart.