Show More
@@ -68,7 +68,7 b' def copies(repo, c1, c2, ca):' | |||||
68 | pr = repo.changelog.parentrevs |
|
68 | pr = repo.changelog.parentrevs | |
69 | def parents(rev): |
|
69 | def parents(rev): | |
70 | return [p for p in pr(rev) if p != nullrev] |
|
70 | return [p for p in pr(rev) if p != nullrev] | |
71 |
limit = min(ancestor.symmetricdifference(rev1, rev2, parents) |
|
71 | limit = min(ancestor.symmetricdifference(rev1, rev2, parents)) | |
72 | m1 = c1.manifest() |
|
72 | m1 = c1.manifest() | |
73 | m2 = c2.manifest() |
|
73 | m2 = c2.manifest() | |
74 | ma = ca.manifest() |
|
74 | ma = ca.manifest() |
@@ -12,15 +12,9 b' diff --git a/new b/copy' | |||||
12 | copy from new |
|
12 | copy from new | |
13 | copy to copy |
|
13 | copy to copy | |
14 | % rename |
|
14 | % rename | |
15 |
diff --git a/copy b/ |
|
15 | diff --git a/copy b/rename | |
16 | deleted file mode 100644 |
|
16 | rename from copy | |
17 | --- a/copy |
|
17 | rename to rename | |
18 | +++ /dev/null |
|
|||
19 | @@ -1,1 +0,0 @@ |
|
|||
20 | -new |
|
|||
21 | diff --git a/new b/rename |
|
|||
22 | copy from new |
|
|||
23 | copy to rename |
|
|||
24 | % delete |
|
18 | % delete | |
25 | diff --git a/rename b/rename |
|
19 | diff --git a/rename b/rename | |
26 | deleted file mode 100644 |
|
20 | deleted file mode 100644 |
@@ -17,7 +17,7 b' summary: 1' | |||||
17 | resolving manifests |
|
17 | resolving manifests | |
18 | overwrite False partial False |
|
18 | overwrite False partial False | |
19 | ancestor 33aaa84a386b local 33aaa84a386b+ remote 802f095af299 |
|
19 | ancestor 33aaa84a386b local 33aaa84a386b+ remote 802f095af299 | |
20 |
searching for copies back to rev |
|
20 | searching for copies back to rev 1 | |
21 | unmatched files in other: |
|
21 | unmatched files in other: | |
22 | b |
|
22 | b | |
23 | a: versions differ -> m |
|
23 | a: versions differ -> m | |
@@ -54,7 +54,7 b' summary: 1' | |||||
54 | resolving manifests |
|
54 | resolving manifests | |
55 | overwrite False partial False |
|
55 | overwrite False partial False | |
56 | ancestor 33aaa84a386b local 33aaa84a386b+ remote 802f095af299 |
|
56 | ancestor 33aaa84a386b local 33aaa84a386b+ remote 802f095af299 | |
57 |
searching for copies back to rev |
|
57 | searching for copies back to rev 1 | |
58 | unmatched files in other: |
|
58 | unmatched files in other: | |
59 | b |
|
59 | b | |
60 | a: versions differ -> m |
|
60 | a: versions differ -> m |
General Comments 0
You need to be logged in to leave comments.
Login now