hgext/__init__.py
author Jun Wu <quark@fb.com>
Tue, 01 Nov 2016 14:50:45 +0000
changeset 31097 6918c9215201
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
help: hide command line options marked as "advanced" Previously, we have keywords like "(DEPRECATED)" and "(EXPERIMENTAL)" to hide command line options in non-verbose help output. However, sometimes an option is neither deprecated nor experimental. It's well-tested and working, but just not designed to average users. This patch adds a keyword "(ADVANCED)" to fit in such use cases. Thanks rom1dep for the suggestion of the word "advanced".

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