hgext3rd/__init__.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Thu, 31 Jan 2019 15:38:48 +0530
branchstable
changeset 4388 20d1ceef2df2
parent 2020 143c8e4dc22d
permissions -rw-r--r--
compat: pass contexts to _findlimit() (issue6066) Now _findlimit() in copies module accept context instead of rev number. See https://phab.mercurial-scm.org/D5595

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)