From 1c095d7993a3a6cfc38ac153dfa2cff7503b06a9 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Fri, 8 May 2015 17:32:37 +0200 Subject: [PATCH] Improve documentation of find_configured_repository() --- vcs_repo_mgr/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vcs_repo_mgr/__init__.py b/vcs_repo_mgr/__init__.py index bd025a0..3ba3370 100644 --- a/vcs_repo_mgr/__init__.py +++ b/vcs_repo_mgr/__init__.py @@ -143,9 +143,7 @@ def find_configured_repository(name): release-filter = .* Three VCS types are currently supported: ``hg`` (``mercurial`` is also - accepted), ``git`` and ``bzr`` (``bazaar`` is also accepted). If an - unsupported VCS type is used or no repository can be found matching the - given name :py:exc:`exceptions.ValueError` is raised. + accepted), ``git`` and ``bzr`` (``bazaar`` is also accepted). :param name: The name of the repository (a string). :returns: A :py:class:`Repository` object.