Mercurial > public > mercurial-scm > hg-stable
diff mercurial/exchange.py @ 42920:08fce968d00b
doc: fix up confusing doc comment
Differential Revision: https://phab.mercurial-scm.org/D6829
author | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com> |
---|---|
date | Sun, 08 Sep 2019 20:09:31 -0400 |
parents | 10841b9a80c3 |
children | e0bf41b83cef |
line wrap: on
line diff
--- a/mercurial/exchange.py Fri Sep 06 23:15:52 2019 -0700 +++ b/mercurial/exchange.py Sun Sep 08 20:09:31 2019 -0400 @@ -730,9 +730,9 @@ return _processcompared(pushop, ancestors, explicit, remotebookmark, comp) def _processcompared(pushop, pushed, explicit, remotebms, comp): - """take decision on bookmark to pull from the remote bookmark + """take decision on bookmarks to push to the remote repo - Exist to help extensions who want to alter this behavior. + Exists to help extensions alter this behavior. """ addsrc, adddst, advsrc, advdst, diverge, differ, invalid, same = comp