From fdca8c570d9ecf642c8c7ac663795265f4176c7e Mon Sep 17 00:00:00 2001 From: Pierre-Yves David Date: Thu, 30 Jan 2014 19:51:21 -0800 Subject: [PATCH] push: drop now outdated comment This `_pushobsolete` now exist for modularity purpose. --- mercurial/exchange.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mercurial/exchange.py b/mercurial/exchange.py index 33d9cfcf6d..76e156914c 100644 --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -259,9 +259,7 @@ def push(repo, remote, force=False, revs=None, newbranch=False): 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