Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/scmrepo/git/backend/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ def fetch_refspecs(
"""Fetch refspecs from a remote Git repo.

Args:
url: Remote repo Git URL (Note this must be a Git URL and not
a remote name).
url: Git remote name or absolute Git URL.
refspecs: Iterable containing refspecs to fetch.
Note that this will not match subkeys.
force: If True, local refs will be overwritten.
Expand Down