Show More
@@ -284,9 +284,9 b' class monotone_source(common.converter_s' | |||
|
284 | 284 | # d2 => d3 |
|
285 | 285 | ignoremove[tofile] = 1 |
|
286 | 286 | for tofile, fromfile in renamed.items(): |
|
287 |
self.ui.debug |
|
|
288 |
|
|
|
289 |
|
|
|
287 | self.ui.debug( | |
|
288 | "copying file in renamed directory from '%s' to '%s'" | |
|
289 | % (fromfile, tofile), '\n') | |
|
290 | 290 | files[tofile] = rev |
|
291 | 291 | copies[tofile] = fromfile |
|
292 | 292 | for fromfile in renamed.values(): |
@@ -370,4 +370,3 b' class monotone_source(common.converter_s' | |||
|
370 | 370 | self.mtnwritefp = None |
|
371 | 371 | self.mtnreadfp.close() |
|
372 | 372 | self.mtnreadfp = None |
|
373 |
General Comments 0
You need to be logged in to leave comments.
Login now