Revert "Mentioning libssh2 in remote's pydoc"
This reverts commit e807ad43d725da06bfc34187b387270baea74887.
This commit is contained in:
parent
d0b00e3124
commit
9c9b925da8
@ -197,7 +197,7 @@ class Remote(object):
|
|||||||
def fetch(self, signature=None, message=None):
|
def fetch(self, signature=None, message=None):
|
||||||
"""fetch(signature, message) -> TransferProgress
|
"""fetch(signature, message) -> TransferProgress
|
||||||
|
|
||||||
Perform a fetch against this remote. May require libssh2.
|
Perform a fetch against this remote.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Get the default callbacks first
|
# Get the default callbacks first
|
||||||
@ -317,7 +317,6 @@ class Remote(object):
|
|||||||
"""push(refspec, signature, message)
|
"""push(refspec, signature, message)
|
||||||
|
|
||||||
Push the given refspec to the remote. Raises ``GitError`` on error.
|
Push the given refspec to the remote. Raises ``GitError`` on error.
|
||||||
May require libssh2.
|
|
||||||
|
|
||||||
:param str spec: push refspec to use
|
:param str spec: push refspec to use
|
||||||
:param Signature signature: signature to use when updating the tips
|
:param Signature signature: signature to use when updating the tips
|
||||||
|
Loading…
x
Reference in New Issue
Block a user