hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 08 Sep 2021 10:47:10 +0200
changeset 48187 b669e40fbbd6
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
help: update help text for debug-repair-issue6528 The changegroup fix was put in 5.9.1, this is now out of date. Alson, this can maybe encourage people to upgrade? Differential Revision: https://phab.mercurial-scm.org/D11392

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)