Skip to content

Commit 741a043

Browse files
committed
chore(create_repo): Add progress_callback for annotations
1 parent b697d51 commit 741a043

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libvcs/shortcuts.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
from libvcs.exc import InvalidPipURL, InvalidVCS
66

77

8-
def create_repo(url, vcs, **kwargs) -> Union[GitRepo, MercurialRepo, SubversionRepo]:
8+
def create_repo(
9+
url, vcs, progress_callback=None, **kwargs
10+
) -> Union[GitRepo, MercurialRepo, SubversionRepo]:
911
r"""Return a object representation of a VCS repository.
1012
1113
Examples

0 commit comments

Comments
 (0)