hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 14 Apr 2018 14:37:23 -0700
changeset 37724 deff7cf7eefd
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
wireprotov2: change frame type and name for command response There was hole at frame type value 3. And the frame is better named as a command response. Differential Revision: https://phab.mercurial-scm.org/D3384

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