##// END OF EJS Templates
automv: use public API for getting copies...
Martin von Zweigbergk -
r42746:abd902a8 default
parent child Browse files
Show More
@@ -84,7 +84,7 b' def _interestingfiles(repo, matcher):'
84 added = stat[1]
84 added = stat[1]
85 removed = stat[2]
85 removed = stat[2]
86
86
87 copy = copies._forwardcopies(repo['.'], repo[None], matcher)
87 copy = copies.pathcopies(repo['.'], repo[None], matcher)
88 # remove the copy files for which we already have copy info
88 # remove the copy files for which we already have copy info
89 added = [f for f in added if f not in copy]
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