diff -r 534cdbe87cad -r f4a0f6dd95a3 mercurial/obsolete.py --- a/mercurial/obsolete.py Fri Jul 26 21:18:40 2013 -0400 +++ b/mercurial/obsolete.py Fri Jul 26 15:59:16 2013 -0400 @@ -371,7 +371,7 @@ lock.release() def syncpush(repo, remote): - """utility function to push bookmark to a remote + """utility function to push obsolete markers to a remote Exist mostly to allow overridding for experimentation purpose""" if (_enabled and repo.obsstore and @@ -387,7 +387,7 @@ repo.ui.warn(msg) def syncpull(repo, remote, gettransaction): - """utility function to pull bookmark to a remote + """utility function to pull obsolete markers from a remote The `gettransaction` is function that return the pull transaction, creating one if necessary. We return the transaction to inform the calling code that