Show More
@@ -371,7 +371,7 b' def pushmarker(repo, key, old, new):' | |||
|
371 | 371 | lock.release() |
|
372 | 372 | |
|
373 | 373 | def syncpush(repo, remote): |
|
374 |
"""utility function to push |
|
|
374 | """utility function to push obsolete markers to a remote | |
|
375 | 375 | |
|
376 | 376 | Exist mostly to allow overridding for experimentation purpose""" |
|
377 | 377 | if (_enabled and repo.obsstore and |
@@ -387,7 +387,7 b' def syncpush(repo, remote):' | |||
|
387 | 387 | repo.ui.warn(msg) |
|
388 | 388 | |
|
389 | 389 | def syncpull(repo, remote, gettransaction): |
|
390 |
"""utility function to pull |
|
|
390 | """utility function to pull obsolete markers from a remote | |
|
391 | 391 | |
|
392 | 392 | The `gettransaction` is function that return the pull transaction, creating |
|
393 | 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