mercurial/exchange.py
changeset 25195 472a685a4961
parent 25182 ee665d3bf6dd
parent 25192 36111f98f23d
child 25235 41965bf23295
--- a/mercurial/exchange.py	Fri Apr 24 14:30:30 2015 -0700
+++ b/mercurial/exchange.py	Tue May 19 07:17:57 2015 -0500
@@ -1290,7 +1290,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')