view hgext/__init__.py @ 1720:fe64e69da57b

dirstate: use arg count for version check In 52ff07e1de91 in the main hg repo, dirstate was changed to require a second argument, making the default args check no longer work. Instead, we switch to check the number of arguments, which should be backwards and forwards compatible.
author Ryan McElroy <rmcelroy@fb.com>
date Mon, 08 Aug 2016 10:05:47 -0700
parents 5ef77a1d975c
children
line wrap: on
line source

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