Mercurial > evolve
view hgext3rd/__init__.py @ 4229:a8ed26f01c8d stable
pick: `hg help` was not showing the full cmd desc of `pick`
after running command `hg help` it was not including the second line
of command description. I guess it picks the firstline only. So I moved
that part in first line of cmd description.
author | Sushil khanchi <sushilkhanchi97@gmail.com> |
---|---|
date | Sat, 03 Nov 2018 12:21:19 +0530 |
parents | 143c8e4dc22d |
children |
line wrap: on
line source
# name space package to host third party extensions from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)