push: drop now outdated comment
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 30 Jan 2014 19:51:21 -0800
changeset 20434 e009e59e4566
parent 20433 6af248474224
child 20435 46ede894d5a4
push: drop now outdated comment This `_pushobsolete` now exist for modularity purpose.
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