# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this, # file, You can obtain one at http://mozilla.org/MPL/2.0/.
from mozversioncontrol.errors import * # noqa from mozversioncontrol.factory import ( # noqa
get_repository_from_build_config,
get_repository_from_env,
get_repository_object,
) from mozversioncontrol.repo.base import Repository # noqa from mozversioncontrol.repo.git import GitRepository # noqa from mozversioncontrol.repo.mercurial import HgRepository # noqa from mozversioncontrol.repo.source import SrcRepository # noqa
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.