# 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