From d0984249a311da42e426a410764d4b60360ecf25 Mon Sep 17 00:00:00 2001 From: David de la Iglesia Castro Date: Fri, 3 Mar 2023 12:54:30 +0100 Subject: [PATCH] Update base.py --- src/scmrepo/git/backend/base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/scmrepo/git/backend/base.py b/src/scmrepo/git/backend/base.py index b7c0679d..41eb00c7 100644 --- a/src/scmrepo/git/backend/base.py +++ b/src/scmrepo/git/backend/base.py @@ -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.