Mercurial > hg
view hgext/__init__.py @ 41878:82884bbf8d2b
discovery: rename `srvheads` to `knownsrvheads`
The `srvheads` variable only contains the known set of remove heads. Renaming
the variable make it clearer.
author | Georges Racinet <georges.racinet@octobus.net> |
---|---|
date | Wed, 27 Feb 2019 23:45:06 +0100 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)