hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 21 May 2021 20:08:11 +0200
changeset 47398 8089d0fa8400
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
censor: drop size limitation on the tombstone This limitation seems to date back from a previous implementation of censors, were the revision were censored" in place. For a long while the implementation actually involved rewriting the revlog before replacing the original data. So it looks like we can safely remove this limitation. The tests suite agrees. Differential Revision: https://phab.mercurial-scm.org/D10790

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)