Show More
@@ -185,6 +185,7 b' def copies(repo, c1, c2, ca, checkdirs=F' | |||
|
185 | 185 | if f.startswith(d): |
|
186 | 186 | # new file added in a directory that was moved, move it |
|
187 | 187 | df = dirmove[d] + f[len(d):] |
|
188 | if df not in copy: | |
|
188 | 189 | copy[f] = df |
|
189 | 190 | repo.ui.debug(_(" file %s -> %s\n") % (f, copy[f])) |
|
190 | 191 | break |
General Comments 0
You need to be logged in to leave comments.
Login now