# HG changeset patch # User Augie Fackler # Date 1374868756 14400 # Node ID f4a0f6dd95a38b77069b3b6214d68608c2198b95 # Parent 534cdbe87cad7087d0d1e627c901b84de29b0077 obsolete: clean up a couple of docstrings for correctness 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