view hgext/__init__.py @ 31785:d15c9feb4399

hgweb: rename linerangelog.js as followlines.js So that the file name matches both the feature name and user facing vocabulary (e.g. the revset function).
author Denis Laxalde <denis.laxalde@logilab.fr>
date Mon, 03 Apr 2017 10:02:55 +0200
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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