Comments
Patch
@@ -1303,11 +1303,11 @@ def unbundle(repo, cg, heads, source, ur
wlock = lock = tr = None
recordout = None
# 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')
# push can proceed
if util.safehasattr(cg, 'params'):
@@ -61,15 +61,15 @@ Without config
$ hg commit -Am 1
adding f1
$ hg push
pushing to ssh://user@dummy/server
searching for changes
- remote: pushback not enabled
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
+ remote: pushback not enabled
$ hg bookmark
no bookmarks set
$ cd ../server
$ hg tglog