Mercurial > hg
changeset 19528:f4a0f6dd95a3
obsolete: clean up a couple of docstrings for correctness
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 26 Jul 2013 15:59:16 -0400 |
parents | 534cdbe87cad |
children | 9cef7539c69f |
files | mercurial/obsolete.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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