Mercurial > hg
view hgext/__init__.py @ 36823:49fe6249937a
xdiff: remove unused flags parameter
After D2683, the flags parameter in some functions is no longer needed.
Thus removed.
Differential Revision: https://phab.mercurial-scm.org/D2763
author | Jun Wu <quark@fb.com> |
---|---|
date | Fri, 09 Mar 2018 14:37:55 -0800 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)