changeset 6493 | c19c26718d22 |
parent 6491 | 2bdd43246c95 |
child 6497 | a0068c673de7 |
child 6538 | 05dff77bfbd9 |
--- a/hgext/convert/subversion.py Mon Apr 07 11:59:20 2008 +0200 +++ b/hgext/convert/subversion.py Tue Apr 08 18:39:02 2008 +0200 @@ -393,7 +393,7 @@ try: for entry in get_log(self.url, [self.tags], start, self.startrev): origpaths, revnum, author, date, message = entry - copies = [(e.copyfrom_path, e.copyfrom_rev, p) for p,e + copies = [(e.copyfrom_path, e.copyfrom_rev, p) for p, e in origpaths.iteritems() if e.copyfrom_path] copies.sort() # Apply moves/copies from more specific to general