Show More
@@ -1358,7 +1358,7 def unbundle(repo, cg, heads, source, ur | |||
|
1358 | 1358 | # quick fix for output mismatch with bundle2 in 3.4 |
|
1359 | 1359 | captureoutput = repo.ui.configbool('experimental', 'bundle2-output-capture', |
|
1360 | 1360 | False) |
|
1361 | if url.startswith('remote:'): | |
|
1361 | if url.startswith('remote:http:') or url.startswith('remote:https:'): | |
|
1362 | 1362 | captureoutput = True |
|
1363 | 1363 | try: |
|
1364 | 1364 | check_heads(repo, heads, 'uploading changes') |
@@ -63,11 +63,11 Without config | |||
|
63 | 63 | $ hg push |
|
64 | 64 | pushing to ssh://user@dummy/server |
|
65 | 65 | searching for changes |
|
66 | remote: pushback not enabled | |
|
67 | 66 | remote: adding changesets |
|
68 | 67 | remote: adding manifests |
|
69 | 68 | remote: adding file changes |
|
70 | 69 | remote: added 1 changesets with 1 changes to 1 files |
|
70 | remote: pushback not enabled | |
|
71 | 71 | $ hg bookmark |
|
72 | 72 | no bookmarks set |
|
73 | 73 |
General Comments 0
You need to be logged in to leave comments.
Login now