# HG changeset patch # User Pierre-Yves David # Date 2014-08-16 02:18:21 # Node ID 172036d60b22411a214cff00806e52b5332c7835 # Parent 728669a4194709fd60dd01ce246272e46bf30a81 exchange: remove duplicated addition to pushop.stepdone Not sure how it got there but it is useless. diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -373,7 +373,6 @@ def _pushb2ctx(pushop, bundler): return pushop.stepsdone.add('changesets') # Send known heads to the server for race detection. - pushop.stepsdone.add('changesets') if not _pushcheckoutgoing(pushop): return pushop.repo.prepushoutgoinghooks(pushop.repo,