view hgext3rd/__init__.py @ 3064:7a1a4d1f0958 stable

pager: add a function in compats to start pager This will help us enabling pager when ui.pager API exists. Also we can try plugging in the old pager API in this function and we won't have to change anything.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 14 Oct 2017 20:17:25 +0530
parents 143c8e4dc22d
children
line wrap: on
line source

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