##// END OF EJS Templates
sshrepo: fix addchangegroup's signature...
Peter Arrenbrecht -
r14537:3c7907dc default
parent child Browse files
Show More
@@ -186,7 +186,7 b' class sshrepository(wireproto.wirereposi'
186 def unlock(self):
186 def unlock(self):
187 self._call("unlock")
187 self._call("unlock")
188
188
189 def addchangegroup(self, cg, source, url):
189 def addchangegroup(self, cg, source, url, lock=None):
190 '''Send a changegroup to the remote server. Return an integer
190 '''Send a changegroup to the remote server. Return an integer
191 similar to unbundle(). DEPRECATED, since it requires locking the
191 similar to unbundle(). DEPRECATED, since it requires locking the
192 remote.'''
192 remote.'''
General Comments 0
You need to be logged in to leave comments. Login now