##// END OF EJS Templates
obsolete: clean up a couple of docstrings for correctness
Augie Fackler -
r19528:f4a0f6dd default
parent child Browse files
Show More
@@ -371,7 +371,7 b' def pushmarker(repo, key, old, new):'
371 lock.release()
371 lock.release()
372
372
373 def syncpush(repo, remote):
373 def syncpush(repo, remote):
374 """utility function to push bookmark to a remote
374 """utility function to push obsolete markers to a remote
375
375
376 Exist mostly to allow overridding for experimentation purpose"""
376 Exist mostly to allow overridding for experimentation purpose"""
377 if (_enabled and repo.obsstore and
377 if (_enabled and repo.obsstore and
@@ -387,7 +387,7 b' def syncpush(repo, remote):'
387 repo.ui.warn(msg)
387 repo.ui.warn(msg)
388
388
389 def syncpull(repo, remote, gettransaction):
389 def syncpull(repo, remote, gettransaction):
390 """utility function to pull bookmark to a remote
390 """utility function to pull obsolete markers from a remote
391
391
392 The `gettransaction` is function that return the pull transaction, creating
392 The `gettransaction` is function that return the pull transaction, creating
393 one if necessary. We return the transaction to inform the calling code that
393 one if necessary. We return the transaction to inform the calling code that
General Comments 0
You need to be logged in to leave comments. Login now