# HG changeset patch # User Pierre-Yves David # Date 1391140281 28800 # Node ID e009e59e456632b0ecf5ae15129554d8fd9b851f # Parent 6af248474224a2fb0cb616610898fcebe025c5b3 push: drop now outdated comment This `_pushobsolete` now exist for modularity purpose. diff -r 6af248474224 -r e009e59e4566 mercurial/exchange.py --- 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