view hgext/__init__.py @ 35126:a9cc233de513

histedit: add support to output nodechanges using formatter The JSON output of nodechanges will help in automation and to improve editor integrations such as for Nuclide. Differential Revision: https://phab.mercurial-scm.org/D1348
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 28 Oct 2017 19:03:23 +0530
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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