Mercurial > evolve
view hgext3rd/__init__.py @ 3742:d577cef1f044
evolvecmd: add comments and new lines in content-divergence handling logic
I have visited this logic three times in last 10 days and I have to re-read the
whole code to make sure I don't miss any part. Adding comments will help
understanding the code in better and fast way.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sun, 22 Apr 2018 20:14:42 +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__)