Show More
@@ -84,7 +84,7 b' def _interestingfiles(repo, matcher):' | |||
|
84 | 84 | added = stat[1] |
|
85 | 85 | removed = stat[2] |
|
86 | 86 | |
|
87 |
copy = copies. |
|
|
87 | copy = copies.pathcopies(repo['.'], repo[None], matcher) | |
|
88 | 88 | # remove the copy files for which we already have copy info |
|
89 | 89 | added = [f for f in added if f not in copy] |
|
90 | 90 |
General Comments 0
You need to be logged in to leave comments.
Login now