view hgext/__init__.py @ 38932:205efbf656c2

absorb: remove sf alias for command I'm not even sure what it is supposed to stand for. Differential Revision: https://phab.mercurial-scm.org/D4126
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 06 Aug 2018 09:00:26 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)