view hgext/__init__.py @ 33577:34a8ef358c93 stable

test-dirstate-race: hide irrelevant hg status output See the explanation for more. Differential Revision: https://phab.mercurial-scm.org/D153
author Siddharth Agarwal <sid0@fb.com>
date Thu, 20 Jul 2017 18:04:21 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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