hgext/__init__.py
author pacien <pacien.trangirard@pacien.net>
Fri, 28 Apr 2023 11:50:49 +0200
changeset 50461 a6522a7de594
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
stabletailgraph: omit uninteresting linear parts in test log The test uses tags for the nodes of interest. There is no need to print the linear parts which exist only to force the rank.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)