Mercurial > hg-stable
view hgext/__init__.py @ 39391:3433e8f39905
narrow: rename getbundlechangegrouppart_nonellipsis function
The function is renamed to getbundlechangegrouppart_widen as per suggestion in
D4383. The motivation is such that we can evolve the function into a handler for
new wire-protocol command.
Differential Revision: https://phab.mercurial-scm.org/D4424
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Thu, 30 Aug 2018 13:11:15 +0300 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)