hgext/__init__.py
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Sun, 20 Mar 2016 20:59:05 -0400
changeset 28636 de64020bb4ec
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
crecord: refactor hunk edit action to use ui.edit The previous version of this code did a lot of dancing around a temporary edit file that ui.edit already handles.

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