view hgext/__init__.py @ 31749:17d0dab7b2b6

revlog: clarify flagprocessor documentation The words "text", "newtext", "bool" could be confusing. Use explicit "text" or "rawtext" and document more about the "bool".
author Jun Wu <quark@fb.com>
date Thu, 30 Mar 2017 07:59:48 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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