sapling/edenscm/mercurial/debugcommands.py

11 lines
313 B
Python
Raw Normal View History

# Copyright 2016 Mercurial Contributors
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
# Re-export debugcommands for compatibility
from __future__ import absolute_import
from .commands.debug import * # noqa: F401, F403