mercurial/exchange.py
changeset 41759 aaad36b88298
parent 41704 3b0ba4575c8c
child 41760 1eb2fc21da12
--- a/mercurial/exchange.py	Sun Jan 13 20:13:22 2019 -0500
+++ b/mercurial/exchange.py	Wed Feb 20 19:28:51 2019 -0500
@@ -2547,8 +2547,8 @@
         return True
 
     # Stream clone v2
-    if (bundlespec.wirecompression == 'UN' and \
-        bundlespec.wireversion == '02' and \
+    if (bundlespec.wirecompression == 'UN' and
+        bundlespec.wireversion == '02' and
         bundlespec.contentopts.get('streamv2')):
         return True