mercurial/exchange.py
changeset 22059 d5cef58d8ec8
parent 22051 e894de232f35
child 22068 d34058dd3246
--- a/mercurial/exchange.py	Thu Aug 07 14:57:20 2014 -0500
+++ b/mercurial/exchange.py	Thu Aug 07 14:58:12 2014 -0500
@@ -221,8 +221,6 @@
         return func
     return dec
 
-
-
 def _pushdiscovery(pushop):
     """Run all discovery steps"""
     for stepname in pushdiscoveryorder: