Show More
@@ -204,9 +204,9 b' def _committedforwardcopies(a, b, match)' | |||||
204 | ancestrycontext = a._repo.changelog.ancestors([b.rev()], inclusive=True) |
|
204 | ancestrycontext = a._repo.changelog.ancestors([b.rev()], inclusive=True) | |
205 |
|
205 | |||
206 | if debug: |
|
206 | if debug: | |
207 | dbg('debug.copies: missing file to search: %d\n' % len(missing)) |
|
207 | dbg('debug.copies: missing files to search: %d\n' % len(missing)) | |
208 |
|
208 | |||
209 | for f in missing: |
|
209 | for f in sorted(missing): | |
210 | if debug: |
|
210 | if debug: | |
211 | dbg('debug.copies: tracing file: %s\n' % f) |
|
211 | dbg('debug.copies: tracing file: %s\n' % f) | |
212 | fctx = b[f] |
|
212 | fctx = b[f] |
General Comments 0
You need to be logged in to leave comments.
Login now