view hgext3rd/__init__.py @ 32083:1c911adebf48 stable

rebase: fix incorrect configuration example This configuration example doesn't make rebase require a destination, even though help document wants to show such example.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 01 May 2017 05:38:52 +0900
parents 4b81487a01d4
children 2372284d9457
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__)