hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 11 Mar 2016 23:47:59 +0000
changeset 1621 05d15886aaeb
parent 1619 5ef77a1d975c
permissions -rw-r--r--
test: explicitly disable rebaseskipobsolete in a couple of place (issue5135) We want to keep the old behavior for the sake of testing.

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