hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 11 Feb 2022 22:39:53 -0800
changeset 48783 218154867575
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
filemerge: remove an unnecessary join with absolute path The `backup` path is now always absolute, so we don't need to join it with the working copy path. Differential Revision: https://phab.mercurial-scm.org/D12188

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)