author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
Mon, 31 Mar 2008 13:10:47 +0200 | |
changeset 6418 | 593a598a9377 |
parent 6417 | 13fafd8cc4a1 |
child 6420 | 626a8e396846 |
--- a/hgext/convert/subversion.py Sat Mar 29 19:41:50 2008 +0100 +++ b/hgext/convert/subversion.py Mon Mar 31 13:10:47 2008 +0200 @@ -387,7 +387,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