We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c03baa commit c419a37Copy full SHA for c419a37
libvcs/projects/base.py
@@ -67,7 +67,7 @@ def __init__(self, url, dir: StrOrPath, progress_callback=None, *args, **kwargs)
67
... dir=str(tmp_path),
68
... progress_callback=progress_cb
69
... )
70
- >>> r.obtain() # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS +REPORT_CDIFF
+ >>> r.obtain()
71
Cloning into '...'...
72
remote: Enumerating objects: ..., done...
73
remote: Counting objects: 100% (...), done...
0 commit comments