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