mercurial/wireproto.py
changeset 35785 ba15580e53d5
parent 35783 c97639ad6874
child 35787 a84dbc87dae9
--- a/mercurial/wireproto.py	Sat Jan 20 15:26:31 2018 -0800
+++ b/mercurial/wireproto.py	Sat Jan 20 13:41:57 2018 -0800
@@ -877,8 +877,8 @@
                     _('server has pull-based clones disabled'),
                     hint=_('remove --pull if specified or upgrade Mercurial'))
 
-        chunks = exchange.getbundlechunks(repo, 'serve',
-                                          **pycompat.strkwargs(opts))
+        info, chunks = exchange.getbundlechunks(repo, 'serve',
+                                                **pycompat.strkwargs(opts))
     except error.Abort as exc:
         # cleanly forward Abort error to the client
         if not exchange.bundle2requested(opts.get('bundlecaps')):