mercurial/wireproto.py
changeset 31073 2cf1e5207fdf
parent 30924 48dea083f66d
child 31146 16d8bec0177d
--- a/mercurial/wireproto.py	Thu Dec 22 06:18:45 2016 +0100
+++ b/mercurial/wireproto.py	Wed Feb 22 10:14:18 2017 -0800
@@ -840,7 +840,6 @@
             raise error.Abort(bundle2requiredmain,
                               hint=bundle2requiredhint)
 
-    #chunks = exchange.getbundlechunks(repo, 'serve', **opts)
     try:
         chunks = exchange.getbundlechunks(repo, 'serve', **opts)
     except error.Abort as exc: