hgext/__init__.py
author Martijn Pieters <mjpieters@fb.com>
Tue, 05 Apr 2016 17:39:59 +0100
changeset 28901 a368da441b32
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
logtoprocess: new experimental extension This extension lets you direct specific ui.log() information to shell commands, spawned in the background. This can be used to, say, capture timings, commandfailure tracebacks, etc., making the output available to other command-line tools.

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