##// END OF EJS Templates
Merge with crew-stable
Patrick Mezard -
r9169:7a276f72 merge default
parent child Browse files
Show More
@@ -455,7 +455,8 b' class svn_source(converter_source):'
455 455 # It happens with tools like cvs2svn. Such tags cannot
456 456 # be represented in mercurial.
457 457 addeds = dict((p, e.copyfrom_path) for p, e
458 in origpaths.iteritems() if e.action == 'A')
458 in origpaths.iteritems()
459 if e.action == 'A' and e.copyfrom_path)
459 460 badroots = set()
460 461 for destroot in addeds:
461 462 for source, sourcerev, dest in pendings:
General Comments 0
You need to be logged in to leave comments. Login now