##// END OF EJS Templates
merge: notice uncommited copies (issue1000)...
Alexis S. L. Carvalho -
r6268:7e4f66fe default
parent child Browse files
Show More
@@ -106,7 +106,7 b' def findcopies(repo, m1, m2, ma, limit):'
106 seen[s] = 1
106 seen[s] = 1
107 if fc.path() != orig and fc.path() not in old:
107 if fc.path() != orig and fc.path() not in old:
108 old[fc.path()] = 1
108 old[fc.path()] = 1
109 if fc.rev() < limit:
109 if fc.rev() < limit and fc.rev() is not None:
110 continue
110 continue
111 visit += fc.parents()
111 visit += fc.parents()
112
112
General Comments 0
You need to be logged in to leave comments. Login now