diff mercurial/wireproto.py @ 35759:c24dad55ac19

bundle2: add support for a 'stream' parameter to 'getbundle' This parameter can be used to request a stream bundle.
author Boris Feld <boris.feld@octobus.net>
date Wed, 17 Jan 2018 16:36:23 +0100
parents a39a9df7ecca
children 133a678673cb
line wrap: on
line diff
--- a/mercurial/wireproto.py	Wed Jan 17 16:35:22 2018 +0100
+++ b/mercurial/wireproto.py	Wed Jan 17 16:36:23 2018 +0100
@@ -212,7 +212,9 @@
              'bundlecaps': 'scsv',
              'listkeys': 'csv',
              'cg': 'boolean',
-             'cbattempted': 'boolean'}
+             'cbattempted': 'boolean',
+             'stream': 'boolean',
+}
 
 # client side