Skip to content

Commit ceb40ec

Browse files
committed
Merge remote-tracking branch 'kinfoo/libssh2_docs'
2 parents aff3a64 + e807ad4 commit ceb40ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygit2/remote.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def save(self):
197197
def fetch(self, signature=None, message=None):
198198
"""fetch(signature, message) -> TransferProgress
199199
200-
Perform a fetch against this remote.
200+
Perform a fetch against this remote. May require libssh2.
201201
"""
202202

203203
# Get the default callbacks first
@@ -317,6 +317,7 @@ def push(self, spec, signature=None, message=None):
317317
"""push(refspec, signature, message)
318318
319319
Push the given refspec to the remote. Raises ``GitError`` on error.
320+
May require libssh2.
320321
321322
:param str spec: push refspec to use
322323
:param Signature signature: signature to use when updating the tips

0 commit comments

Comments
 (0)