hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Tue, 23 Aug 2016 16:40:08 -0400
changeset 29846 318e2b600b80
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
blackbox: also log alias expansions This should be extremely useful for helping users debug without having to see their complete configuration. Shell aliases do not get their expansion logged, because we don't look and see if we're in a repo before we dive into the execution of a shell alias. As a result, the ui object doesn't know where to log.

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