push: drop now outdated comment

This `_pushobsolete` now exist for modularity purpose.
This commit is contained in:
Pierre-Yves David 2014-01-30 19:51:21 -08:00
parent 0259725b46
commit fdca8c570d

View File

@ -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