##// END OF EJS Templates
convert: remove renamed source files (issue1505)
Xavier ALT -
r8035:cb77c0fb default
parent child Browse files
Show More
@@ -181,6 +181,7 b' class bzr_source(converter_source):'
181 # renamed
181 # renamed
182 if path and path != topath:
182 if path and path != topath:
183 renames[topath] = path
183 renames[topath] = path
184 changes.append((path, revid))
184
185
185 # populate the mode cache
186 # populate the mode cache
186 kind, executable = [e[1] for e in (kind, executable)]
187 kind, executable = [e[1] for e in (kind, executable)]
General Comments 0
You need to be logged in to leave comments. Login now