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