Mercurial > hg-stable
changeset 20434:e009e59e4566
push: drop now outdated comment
This `_pushobsolete` now exist for modularity purpose.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Thu, 30 Jan 2014 19:51:21 -0800 |
parents | 6af248474224 |
children | 46ede894d5a4 |
files | mercurial/exchange.py |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/exchange.py Thu Jan 30 17:56:09 2014 -0800 +++ b/mercurial/exchange.py Thu Jan 30 19:51:21 2014 -0800 @@ -259,9 +259,7 @@ return ret def _pushobsolete(pushop): - """utility function to push obsolete markers to a remote - - Exist mostly to allow overriding for experimentation purpose""" + """utility function to push obsolete markers to a remote""" repo = pushop.repo remote = pushop.remote if (obsolete._enabled and repo.obsstore and