Skip to content

Commit

Permalink
Improve documentation of find_configured_repository()
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed May 8, 2015
1 parent 9f00f91 commit 1c095d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vcs_repo_mgr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1c095d7

Please sign in to comment.