Skip to content

Commit

Permalink
Mentioning libssh2 in remote's pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
KINFOO committed Dec 30, 2014
1 parent beff871 commit e807ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygit2/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def save(self):
def fetch(self, signature=None, message=None):
"""fetch(signature, message) -> TransferProgress
Perform a fetch against this remote.
Perform a fetch against this remote. May require libssh2.
"""

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

0 comments on commit e807ad4

Please sign in to comment.