hgext/__init__.py
author Jun Wu <quark@fb.com>
Thu, 10 Mar 2016 00:12:33 +0000
changeset 28454 8062869860b8
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
chg: remove manual reload logic chgserver now validates and reloads configs automatically. Manually reloading is no longer necessary. Besides, we are deprecating pid files since the server will periodically check its ownership of the socket file and exit if it does not own the socket file any longer, which works more reliable than a pid file. This patch removes the SIGHUP reload logic from both chg server and client.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)