##// END OF EJS Templates
copies: delete debug message about search limit...
Martin von Zweigbergk -
r42343:380f59da default draft
parent child Browse files
Show More
@@ -552,7 +552,6 b' def _fullcopytracing(repo, c1, c2, base)'
552 552 tca = _c1.ancestor(_c2)
553 553
554 554 limit = _findlimit(repo, c1, c2)
555 repo.ui.debug(" searching for copies back to rev %d\n" % limit)
556 555
557 556 m1 = c1.manifest()
558 557 m2 = c2.manifest()
@@ -23,7 +23,6 b' Test for the full copytracing algorithm'
23 23 $ hg ci -qAm "other"
24 24
25 25 $ hg merge --debug
26 searching for copies back to rev 1
27 26 unmatched files in other:
28 27 b
29 28 c
@@ -26,7 +26,6 b" we get conflicts that shouldn't be there"
26 26 summary: cp foo bar; change both
27 27
28 28 $ hg merge --debug
29 searching for copies back to rev 1
30 29 unmatched files in other:
31 30 bar
32 31 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -199,7 +199,6 b' Graft out of order, skipping a merge and'
199 199 scanning for duplicate grafts
200 200 skipping revision 2:5c095ad7e90f (already grafted to 7:ef0ef43d49e7)
201 201 grafting 1:5d205f8b35b6 "1"
202 searching for copies back to rev 1
203 202 unmatched files in local:
204 203 b
205 204 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -221,7 +220,6 b' Graft out of order, skipping a merge and'
221 220 committing changelog
222 221 updating the branch cache
223 222 grafting 5:97f8bfe72746 "5"
224 searching for copies back to rev 1
225 223 unmatched files in other (from topological common ancestor):
226 224 c
227 225 resolving manifests
@@ -237,7 +235,6 b' Graft out of order, skipping a merge and'
237 235 $ HGEDITOR=cat hg graft 4 3 --log --debug
238 236 scanning for duplicate grafts
239 237 grafting 4:9c233e8e184d "4"
240 searching for copies back to rev 1
241 238 unmatched files in other (from topological common ancestor):
242 239 c
243 240 resolving manifests
@@ -744,7 +741,6 b' Transplants of grafts can find a destina'
744 741 $ hg graft -q 13 --debug
745 742 scanning for duplicate grafts
746 743 grafting 13:7a4785234d87 "2"
747 searching for copies back to rev 12
748 744 unmatched files in other (from topological common ancestor):
749 745 g
750 746 unmatched files new in both:
@@ -52,7 +52,6 b' Create extension that can disable exec c'
52 52 Simulate a Windows merge:
53 53
54 54 $ hg --config extensions.n=$TESTTMP/noexec.py merge --debug
55 searching for copies back to rev 1
56 55 unmatched files in local:
57 56 b
58 57 resolving manifests
@@ -25,7 +25,6 b' revision.'
25 25 $ hg ci -qAm 'add bar'
26 26
27 27 $ hg merge --debug
28 searching for copies back to rev 1
29 28 unmatched files in local:
30 29 bar
31 30 resolving manifests
@@ -25,7 +25,6 b' https://bz.mercurial-scm.org/672'
25 25 created new head
26 26
27 27 $ hg merge --debug 1
28 searching for copies back to rev 1
29 28 unmatched files in other:
30 29 1a
31 30 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -54,7 +53,6 b' https://bz.mercurial-scm.org/672'
54 53 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
55 54
56 55 $ hg merge -y --debug 4
57 searching for copies back to rev 1
58 56 unmatched files in local:
59 57 1a
60 58 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -64,8 +62,8 b' https://bz.mercurial-scm.org/672'
64 62 branchmerge: True, force: False, partial: False
65 63 ancestor: c64f439569a9, local: e327dca35ac8+, remote: 746e9549ea96
66 64 preserving 1a for resolve of 1a
65 1a: local copied/moved from 1 -> m (premerge)
67 66 starting 4 threads for background file closing (?)
68 1a: local copied/moved from 1 -> m (premerge)
69 67 picked tool ':merge' for 1a (binary False symlink False changedelete False)
70 68 merging 1a and 1 to 1a
71 69 my 1a@e327dca35ac8+ other 1@746e9549ea96 ancestor 1@c64f439569a9
@@ -77,7 +75,6 b' https://bz.mercurial-scm.org/672'
77 75 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
78 76
79 77 $ hg merge -y --debug 3
80 searching for copies back to rev 1
81 78 unmatched files in other:
82 79 1a
83 80 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -88,8 +85,8 b' https://bz.mercurial-scm.org/672'
88 85 ancestor: c64f439569a9, local: 746e9549ea96+, remote: e327dca35ac8
89 86 preserving 1 for resolve of 1a
90 87 removing 1
88 1a: remote moved from 1 -> m (premerge)
91 89 starting 4 threads for background file closing (?)
92 1a: remote moved from 1 -> m (premerge)
93 90 picked tool ':merge' for 1a (binary False symlink False changedelete False)
94 91 merging 1 and 1a to 1a
95 92 my 1a@746e9549ea96+ other 1a@e327dca35ac8 ancestor 1@c64f439569a9
@@ -67,7 +67,6 b' Revert the content change from rev 2:'
67 67 This should use bar@rev2 as the ancestor:
68 68
69 69 $ hg --debug merge 3
70 searching for copies back to rev 1
71 70 resolving manifests
72 71 branchmerge: True, force: False, partial: False
73 72 ancestor: 0f2ff26688b9, local: 2263c1be0967+, remote: 0555950ead28
@@ -155,7 +154,6 b' Revert the content change from rev 2:'
155 154 This should use bar@rev2 as the ancestor:
156 155
157 156 $ hg --debug merge 3
158 searching for copies back to rev 1
159 157 resolving manifests
160 158 branchmerge: True, force: False, partial: False
161 159 ancestor: 0f2ff26688b9, local: 2263c1be0967+, remote: 3ffa6b9e35f0
@@ -75,7 +75,6 b' Criss cross merging'
75 75 $ hg merge -v --debug --tool internal:dump 5 --config merge.preferancestor='!'
76 76 note: using 0f6b37dbe527 as ancestor of 3b08d01b0ab5 and adfe50279922
77 77 alternatively, use --config merge.preferancestor=40663881a6dd
78 searching for copies back to rev 3
79 78 resolving manifests
80 79 branchmerge: True, force: False, partial: False
81 80 ancestor: 0f6b37dbe527, local: 3b08d01b0ab5+, remote: adfe50279922
@@ -137,7 +136,6 b' Redo merge with merge.preferancestor="*"'
137 136 note: merging 3b08d01b0ab5+ and adfe50279922 using bids from ancestors 0f6b37dbe527 and 40663881a6dd
138 137
139 138 calculating bids for ancestor 0f6b37dbe527
140 searching for copies back to rev 3
141 139 resolving manifests
142 140 branchmerge: True, force: False, partial: False
143 141 ancestor: 0f6b37dbe527, local: 3b08d01b0ab5+, remote: adfe50279922
@@ -145,7 +143,6 b' Redo merge with merge.preferancestor="*"'
145 143 f2: versions differ -> m
146 144
147 145 calculating bids for ancestor 40663881a6dd
148 searching for copies back to rev 3
149 146 resolving manifests
150 147 branchmerge: True, force: False, partial: False
151 148 ancestor: 40663881a6dd, local: 3b08d01b0ab5+, remote: adfe50279922
@@ -182,7 +179,6 b' The other way around:'
182 179 note: merging adfe50279922+ and 3b08d01b0ab5 using bids from ancestors 0f6b37dbe527 and 40663881a6dd
183 180
184 181 calculating bids for ancestor 0f6b37dbe527
185 searching for copies back to rev 3
186 182 resolving manifests
187 183 branchmerge: True, force: False, partial: False
188 184 ancestor: 0f6b37dbe527, local: adfe50279922+, remote: 3b08d01b0ab5
@@ -190,7 +186,6 b' The other way around:'
190 186 f2: versions differ -> m
191 187
192 188 calculating bids for ancestor 40663881a6dd
193 searching for copies back to rev 3
194 189 resolving manifests
195 190 branchmerge: True, force: False, partial: False
196 191 ancestor: 40663881a6dd, local: adfe50279922+, remote: 3b08d01b0ab5
@@ -249,7 +244,6 b' Verify how the output looks and and how '
249 244 note: merging 3b08d01b0ab5+ and adfe50279922 using bids from ancestors 0f6b37dbe527 and 40663881a6dd
250 245
251 246 calculating bids for ancestor 0f6b37dbe527
252 searching for copies back to rev 3
253 247 resolving manifests
254 248 branchmerge: True, force: False, partial: False
255 249 ancestor: 0f6b37dbe527, local: 3b08d01b0ab5+, remote: adfe50279922
@@ -257,7 +251,6 b' Verify how the output looks and and how '
257 251 f2: versions differ -> m
258 252
259 253 calculating bids for ancestor 40663881a6dd
260 searching for copies back to rev 3
261 254 resolving manifests
262 255 branchmerge: True, force: False, partial: False
263 256 ancestor: 40663881a6dd, local: 3b08d01b0ab5+, remote: adfe50279922
@@ -417,7 +410,6 b' Verify that the old context ancestor wor'
417 410 note: merging c0ef19750a22+ and 6ca01f7342b9 using bids from ancestors 11b5b303e36c and 154e6000f54e
418 411
419 412 calculating bids for ancestor 11b5b303e36c
420 searching for copies back to rev 3
421 413 unmatched files in local:
422 414 d1/a
423 415 d1/b
@@ -429,7 +421,6 b' Verify that the old context ancestor wor'
429 421 d2/b: remote created -> g
430 422
431 423 calculating bids for ancestor 154e6000f54e
432 searching for copies back to rev 3
433 424 unmatched files in other:
434 425 d2/b
435 426 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -30,7 +30,6 b''
30 30 Symlink is local parent, executable is other:
31 31
32 32 $ hg merge --debug
33 searching for copies back to rev 1
34 33 resolving manifests
35 34 branchmerge: True, force: False, partial: False
36 35 ancestor: c334dc3be0da, local: 521a1e40188f+, remote: 3574f3e69b1c
@@ -63,7 +62,6 b' Symlink is other parent, executable is l'
63 62 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
64 63
65 64 $ hg merge --debug --tool :union
66 searching for copies back to rev 1
67 65 resolving manifests
68 66 branchmerge: True, force: False, partial: False
69 67 ancestor: c334dc3be0da, local: 3574f3e69b1c+, remote: 521a1e40188f
@@ -86,7 +84,6 b' Symlink is other parent, executable is l'
86 84 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
87 85
88 86 $ hg merge --debug --tool :merge3
89 searching for copies back to rev 1
90 87 resolving manifests
91 88 branchmerge: True, force: False, partial: False
92 89 ancestor: c334dc3be0da, local: 3574f3e69b1c+, remote: 521a1e40188f
@@ -109,7 +106,6 b' Symlink is other parent, executable is l'
109 106 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
110 107
111 108 $ hg merge --debug --tool :merge-local
112 searching for copies back to rev 1
113 109 resolving manifests
114 110 branchmerge: True, force: False, partial: False
115 111 ancestor: c334dc3be0da, local: 3574f3e69b1c+, remote: 521a1e40188f
@@ -131,7 +127,6 b' Symlink is other parent, executable is l'
131 127 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
132 128
133 129 $ hg merge --debug --tool :merge-other
134 searching for copies back to rev 1
135 130 resolving manifests
136 131 branchmerge: True, force: False, partial: False
137 132 ancestor: c334dc3be0da, local: 3574f3e69b1c+, remote: 521a1e40188f
@@ -165,7 +160,6 b' Update to link with local change should '
165 160 $ hg up -Cq 0
166 161 $ echo data > a
167 162 $ HGMERGE= hg up -y --debug --config ui.merge=
168 searching for copies back to rev 2
169 163 resolving manifests
170 164 branchmerge: False, force: False, partial: False
171 165 ancestor: c334dc3be0da, local: c334dc3be0da+, remote: 521a1e40188f
@@ -81,7 +81,6 b' pull and merge from test-a again'
81 81 new changesets 40d11a4173a8
82 82 (run 'hg heads' to see heads, 'hg merge' to merge)
83 83 $ hg merge --debug
84 searching for copies back to rev 1
85 84 resolving manifests
86 85 branchmerge: True, force: False, partial: False
87 86 ancestor: 96b70246a118, local: 50c3a7e29886+, remote: 40d11a4173a8
@@ -248,7 +248,6 b' Check that the right ancestors is used w'
248 248 getting f1.txt
249 249 merge against 9:e31216eec445
250 250 detach base 8:8e4e2c1a07ae
251 searching for copies back to rev 3
252 251 unmatched files in other (from topological common ancestor):
253 252 f2.txt
254 253 resolving manifests
@@ -268,7 +267,6 b' Check that the right ancestors is used w'
268 267 already in destination
269 268 merge against 10:2f2496ddf49d
270 269 detach base 9:e31216eec445
271 searching for copies back to rev 3
272 270 unmatched files in other (from topological common ancestor):
273 271 f2.txt
274 272 resolving manifests
@@ -24,7 +24,6 b''
24 24 created new head
25 25
26 26 $ hg merge --debug 1
27 searching for copies back to rev 1
28 27 unmatched files in local:
29 28 a/c
30 29 unmatched files in other:
@@ -70,7 +69,6 b''
70 69 $ hg co -C 1
71 70 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
72 71 $ hg merge --debug 2
73 searching for copies back to rev 1
74 72 unmatched files in local:
75 73 b/a
76 74 b/b
@@ -22,7 +22,6 b''
22 22 created new head
23 23
24 24 $ hg merge -y --debug
25 searching for copies back to rev 1
26 25 unmatched files in local:
27 26 c2
28 27 unmatched files in other:
@@ -168,7 +167,6 b' Check for issue3074'
168 167 $ hg commit -m "deleted file"
169 168 created new head
170 169 $ hg merge --debug
171 searching for copies back to rev 1
172 170 unmatched files in other:
173 171 newfile
174 172 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -76,7 +76,6 b' args:'
76 76 --------------
77 77 test L:up a R:nc a b W: - 1 get local a to b
78 78 --------------
79 searching for copies back to rev 1
80 79 unmatched files in other:
81 80 b
82 81 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -115,7 +114,6 b' args:'
115 114 --------------
116 115 test L:nc a b R:up a W: - 2 get rem change to a and b
117 116 --------------
118 searching for copies back to rev 1
119 117 unmatched files in local:
120 118 b
121 119 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -155,7 +153,6 b' args:'
155 153 --------------
156 154 test L:up a R:nm a b W: - 3 get local a change to b, remove a
157 155 --------------
158 searching for copies back to rev 1
159 156 unmatched files in other:
160 157 b
161 158 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -194,7 +191,6 b' args:'
194 191 --------------
195 192 test L:nm a b R:up a W: - 4 get remote change to b
196 193 --------------
197 searching for copies back to rev 1
198 194 unmatched files in local:
199 195 b
200 196 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -232,7 +228,6 b' args:'
232 228 --------------
233 229 test L: R:nc a b W: - 5 get b
234 230 --------------
235 searching for copies back to rev 1
236 231 unmatched files in other:
237 232 b
238 233 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -265,7 +260,6 b' args:'
265 260 --------------
266 261 test L:nc a b R: W: - 6 nothing
267 262 --------------
268 searching for copies back to rev 1
269 263 unmatched files in local:
270 264 b
271 265 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -297,7 +291,6 b' args:'
297 291 --------------
298 292 test L: R:nm a b W: - 7 get b
299 293 --------------
300 searching for copies back to rev 1
301 294 unmatched files in other:
302 295 b
303 296 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -331,7 +324,6 b' args:'
331 324 --------------
332 325 test L:nm a b R: W: - 8 nothing
333 326 --------------
334 searching for copies back to rev 1
335 327 unmatched files in local:
336 328 b
337 329 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -362,7 +354,6 b' args:'
362 354 --------------
363 355 test L:um a b R:um a b W: - 9 do merge with ancestor in a
364 356 --------------
365 searching for copies back to rev 1
366 357 unmatched files new in both:
367 358 b
368 359 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -406,7 +397,6 b' m "um a c" "um x c" " " "10 do merg'
406 397 --------------
407 398 test L:nm a b R:nm a c W: - 11 get c, keep b
408 399 --------------
409 searching for copies back to rev 1
410 400 unmatched files in local:
411 401 b
412 402 unmatched files in other:
@@ -445,7 +435,6 b' m "um a c" "um x c" " " "10 do merg'
445 435 --------------
446 436 test L:nc a b R:up b W: - 12 merge b no ancestor
447 437 --------------
448 searching for copies back to rev 1
449 438 unmatched files new in both:
450 439 b
451 440 resolving manifests
@@ -484,7 +473,6 b' m "um a c" "um x c" " " "10 do merg'
484 473 --------------
485 474 test L:up b R:nm a b W: - 13 merge b no ancestor
486 475 --------------
487 searching for copies back to rev 1
488 476 unmatched files new in both:
489 477 b
490 478 resolving manifests
@@ -524,7 +512,6 b' m "um a c" "um x c" " " "10 do merg'
524 512 --------------
525 513 test L:nc a b R:up a b W: - 14 merge b no ancestor
526 514 --------------
527 searching for copies back to rev 1
528 515 unmatched files new in both:
529 516 b
530 517 resolving manifests
@@ -564,7 +551,6 b' m "um a c" "um x c" " " "10 do merg'
564 551 --------------
565 552 test L:up b R:nm a b W: - 15 merge b no ancestor, remove a
566 553 --------------
567 searching for copies back to rev 1
568 554 unmatched files new in both:
569 555 b
570 556 resolving manifests
@@ -604,7 +590,6 b' m "um a c" "um x c" " " "10 do merg'
604 590 --------------
605 591 test L:nc a b R:up a b W: - 16 get a, merge b no ancestor
606 592 --------------
607 searching for copies back to rev 1
608 593 unmatched files new in both:
609 594 b
610 595 resolving manifests
@@ -644,7 +629,6 b' m "um a c" "um x c" " " "10 do merg'
644 629 --------------
645 630 test L:up a b R:nc a b W: - 17 keep a, merge b no ancestor
646 631 --------------
647 searching for copies back to rev 1
648 632 unmatched files new in both:
649 633 b
650 634 resolving manifests
@@ -683,7 +667,6 b' m "um a c" "um x c" " " "10 do merg'
683 667 --------------
684 668 test L:nm a b R:up a b W: - 18 merge b no ancestor
685 669 --------------
686 searching for copies back to rev 1
687 670 unmatched files new in both:
688 671 b
689 672 resolving manifests
@@ -728,7 +711,6 b' m "um a c" "um x c" " " "10 do merg'
728 711 --------------
729 712 test L:up a b R:nm a b W: - 19 merge b no ancestor, prompt remove a
730 713 --------------
731 searching for copies back to rev 1
732 714 unmatched files new in both:
733 715 b
734 716 resolving manifests
@@ -774,7 +756,6 b' m "um a c" "um x c" " " "10 do merg'
774 756 --------------
775 757 test L:up a R:um a b W: - 20 merge a and b to b, remove a
776 758 --------------
777 searching for copies back to rev 1
778 759 unmatched files in other:
779 760 b
780 761 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -817,7 +798,6 b' m "um a c" "um x c" " " "10 do merg'
817 798 --------------
818 799 test L:um a b R:up a W: - 21 merge a and b to b
819 800 --------------
820 searching for copies back to rev 1
821 801 unmatched files in local:
822 802 b
823 803 all copies found (* = to merge, ! = divergent, % = renamed and deleted):
@@ -862,7 +842,6 b' m "nm a b" "um x a" " " "22 get a, '
862 842 --------------
863 843 test L:nm a b R:up a c W: - 23 get c, keep b
864 844 --------------
865 searching for copies back to rev 1
866 845 unmatched files in local:
867 846 b
868 847 unmatched files in other:
@@ -943,7 +922,6 b' 8 f (f) f f "remote differs from '
943 922 $ echo m > 7/f
944 923 $ echo m > 8/f
945 924 $ hg merge -f --tool internal:dump -v --debug -r2 | sed '/^resolving manifests/,$d' 2> /dev/null
946 searching for copies back to rev 1
947 925 unmatched files in local:
948 926 5/g
949 927 6/g
@@ -274,7 +274,6 b' merge tests'
274 274 $ hg ci -m9
275 275 created new head
276 276 $ hg merge 6 --debug # test change
277 searching for copies back to rev 2
278 277 resolving manifests
279 278 branchmerge: True, force: False, partial: False
280 279 ancestor: 1f14a2e2d3ec, local: f0d2028bf86d+, remote: 1831e14459c4
@@ -301,7 +300,6 b' merge tests'
301 300 $ hg ci -m10
302 301 committing subrepository t
303 302 $ HGMERGE=internal:merge hg merge --debug 7 # test conflict
304 searching for copies back to rev 2
305 303 resolving manifests
306 304 branchmerge: True, force: False, partial: False
307 305 ancestor: 1831e14459c4, local: e45c8b14af55+, remote: f94576341bcf
@@ -313,7 +311,6 b' merge tests'
313 311 starting 4 threads for background file closing (?)
314 312 (M)erge, keep (l)ocal [working copy] or keep (r)emote [merge rev]? m
315 313 merging subrepository "t"
316 searching for copies back to rev 2
317 314 resolving manifests
318 315 branchmerge: True, force: False, partial: False
319 316 ancestor: 6747d179aa9a, local: 20a0db6fbf6c+, remote: 7af322bc1198
@@ -40,7 +40,6 b''
40 40 summary: 1
41 41
42 42 $ hg --debug up
43 searching for copies back to rev 1
44 43 unmatched files in other:
45 44 b
46 45 resolving manifests
@@ -68,7 +67,6 b''
68 67
69 68 $ hg --debug up 0
70 69 starting 4 threads for background file closing (?)
71 searching for copies back to rev 0
72 70 unmatched files in local (from topological common ancestor):
73 71 b
74 72 resolving manifests
@@ -95,7 +93,6 b''
95 93 summary: 1
96 94
97 95 $ hg --debug up
98 searching for copies back to rev 1
99 96 unmatched files in other:
100 97 b
101 98 resolving manifests
General Comments 0
You need to be logged in to leave comments. Login now