##// END OF EJS Templates
convert: fix trailing space introduced in 5efd447a9b8d
Dirkjan Ochtman -
r6418:593a598a default
parent child Browse files
Show More
@@ -387,7 +387,7 b' class svn_source(converter_source):'
387 387 try:
388 388 for entry in get_log(self.url, [self.tags], start, self.startrev):
389 389 origpaths, revnum, author, date, message = entry
390 copies = [(e.copyfrom_path, e.copyfrom_rev, p) for p,e
390 copies = [(e.copyfrom_path, e.copyfrom_rev, p) for p, e
391 391 in origpaths.iteritems() if e.copyfrom_path]
392 392 copies.sort()
393 393 # Apply moves/copies from more specific to general
General Comments 0
You need to be logged in to leave comments. Login now