hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Tue, 16 Jan 2018 14:28:57 +0100
changeset 35712 a1a5c3842b6f
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
bookmarks: display the obsfate of hidden revision we create a bookmark on Display the same message we added recently to the filtered error message create a bookmark on an hidden revision. Differential Revision: https://phab.mercurial-scm.org/D1870

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)