Show More
@@ -81,8 +81,8 b' def _interestingfiles(repo, matcher):' | |||
|
81 | 81 | |
|
82 | 82 | """ |
|
83 | 83 | stat = repo.status(match=matcher) |
|
84 |
added = stat |
|
|
85 |
removed = stat |
|
|
84 | added = stat.added | |
|
85 | removed = stat.removed | |
|
86 | 86 | |
|
87 | 87 | copy = copies.pathcopies(repo['.'], repo[None], matcher) |
|
88 | 88 | # remove the copy files for which we already have copy info |
General Comments 0
You need to be logged in to leave comments.
Login now