mercurial/exchange.py
branchstable
changeset 25192 36111f98f23d
parent 24878 e530cde6d115
child 25195 472a685a4961
--- a/mercurial/exchange.py	Thu May 14 21:35:06 2015 -0700
+++ b/mercurial/exchange.py	Mon May 18 22:35:27 2015 -0500
@@ -1288,7 +1288,7 @@
     # quick fix for output mismatch with bundle2 in 3.4
     captureoutput = repo.ui.configbool('experimental', 'bundle2-output-capture',
                                        False)
-    if url.startswith('remote:http:') or url.startswith('remote:https:'):
+    if url.startswith('remote:'):
         captureoutput = True
     try:
         check_heads(repo, heads, 'uploading changes')