Show More
@@ -389,7 +389,7 b' def findcommonheads(ui, local, remote,' | |||||
389 | return srvheadhashes, False, srvheadhashes |
|
389 | return srvheadhashes, False, srvheadhashes | |
390 |
|
390 | |||
391 | if len(sample) == len(ownheads) and all(yesno): |
|
391 | if len(sample) == len(ownheads) and all(yesno): | |
392 |
ui.note(_("all local |
|
392 | ui.note(_("all local changesets known remotely\n")) | |
393 | ownheadhashes = [clnode(r) for r in ownheads] |
|
393 | ownheadhashes = [clnode(r) for r in ownheads] | |
394 | return ownheadhashes, True, srvheadhashes |
|
394 | return ownheadhashes, True, srvheadhashes | |
395 |
|
395 |
@@ -140,7 +140,7 b' we must not cause a failure if we cannot' | |||||
140 | comparing with $TESTTMP/blackboxtest |
|
140 | comparing with $TESTTMP/blackboxtest | |
141 | query 1; heads |
|
141 | query 1; heads | |
142 | searching for changes |
|
142 | searching for changes | |
143 |
all local |
|
143 | all local changesets known remotely | |
144 | changeset: 2:d02f48003e62c24e2659d97d30f2a83abe5d5d51 |
|
144 | changeset: 2:d02f48003e62c24e2659d97d30f2a83abe5d5d51 | |
145 | tag: tip |
|
145 | tag: tip | |
146 | phase: draft |
|
146 | phase: draft |
@@ -1115,7 +1115,7 b' redo pull with --lfrev and check it pull' | |||||
1115 | $ hg pull -v --lfrev 'heads(pulled())+min(pulled())' |
|
1115 | $ hg pull -v --lfrev 'heads(pulled())+min(pulled())' | |
1116 | pulling from $TESTTMP/a |
|
1116 | pulling from $TESTTMP/a | |
1117 | searching for changes |
|
1117 | searching for changes | |
1118 |
all local |
|
1118 | all local changesets known remotely | |
1119 | 6 changesets found |
|
1119 | 6 changesets found | |
1120 | uncompressed size of bundle content: |
|
1120 | uncompressed size of bundle content: | |
1121 | 1389 (changelog) |
|
1121 | 1389 (changelog) |
@@ -116,7 +116,7 b' added upstream revisions.' | |||||
116 | query 1; heads |
|
116 | query 1; heads | |
117 | sending batch command |
|
117 | sending batch command | |
118 | searching for changes |
|
118 | searching for changes | |
119 |
all local |
|
119 | all local changesets known remotely | |
120 | sending narrow_widen command |
|
120 | sending narrow_widen command | |
121 | bundle2-input-bundle: with-transaction |
|
121 | bundle2-input-bundle: with-transaction | |
122 | bundle2-input-part: "changegroup" (params: * mandatory) supported (glob) |
|
122 | bundle2-input-part: "changegroup" (params: * mandatory) supported (glob) |
@@ -64,7 +64,7 b' Small superset:' | |||||
64 | comparing with b |
|
64 | comparing with b | |
65 | query 1; heads |
|
65 | query 1; heads | |
66 | searching for changes |
|
66 | searching for changes | |
67 |
all local |
|
67 | all local changesets known remotely | |
68 | elapsed time: * seconds (glob) |
|
68 | elapsed time: * seconds (glob) | |
69 | heads summary: |
|
69 | heads summary: | |
70 | total common heads: 2 |
|
70 | total common heads: 2 | |
@@ -86,7 +86,7 b' Small superset:' | |||||
86 | comparing with b |
|
86 | comparing with b | |
87 | query 1; heads |
|
87 | query 1; heads | |
88 | searching for changes |
|
88 | searching for changes | |
89 |
all local |
|
89 | all local changesets known remotely | |
90 | elapsed time: * seconds (glob) |
|
90 | elapsed time: * seconds (glob) | |
91 | heads summary: |
|
91 | heads summary: | |
92 | total common heads: 1 |
|
92 | total common heads: 1 |
@@ -490,7 +490,7 b' Incremental pull of shallow clone fetche' | |||||
490 | received frame(size=2; request=3; stream=2; streamflags=encoded; type=command-response; flags=continuation) |
|
490 | received frame(size=2; request=3; stream=2; streamflags=encoded; type=command-response; flags=continuation) | |
491 | received frame(size=0; request=3; stream=2; streamflags=; type=command-response; flags=eos) |
|
491 | received frame(size=0; request=3; stream=2; streamflags=; type=command-response; flags=eos) | |
492 | searching for changes |
|
492 | searching for changes | |
493 |
all local |
|
493 | all local changesets known remotely | |
494 | sending 1 commands |
|
494 | sending 1 commands | |
495 | sending command changesetdata: { |
|
495 | sending command changesetdata: { | |
496 | 'fields': set([ |
|
496 | 'fields': set([ |
@@ -299,7 +299,7 b' Output is flaky, save it in a file and c' | |||||
299 | ] |
|
299 | ] | |
300 | } |
|
300 | } | |
301 | searching for changes |
|
301 | searching for changes | |
302 |
all local |
|
302 | all local changesets known remotely | |
303 | sending 1 commands |
|
303 | sending 1 commands | |
304 | sending command changesetdata: { |
|
304 | sending command changesetdata: { | |
305 | 'fields': set([ |
|
305 | 'fields': set([ |
General Comments 0
You need to be logged in to leave comments.
Login now