mercurial/exchange.py
changeset 25423 525fbf24b51b
parent 25404 ff955e7b1085
child 25443 443d3decbdde
--- a/mercurial/exchange.py	Wed May 20 11:41:48 2015 -0500
+++ b/mercurial/exchange.py	Wed May 20 11:44:06 2015 -0500
@@ -1358,7 +1358,7 @@
     # quick fix for output mismatch with bundle2 in 3.4
     captureoutput = repo.ui.configbool('experimental', 'bundle2-output-capture',
                                        False)
-    if url.startswith('remote:'):
+    if url.startswith('remote:http:') or url.startswith('remote:https:'):
         captureoutput = True
     try:
         check_heads(repo, heads, 'uploading changes')