##// END OF EJS Templates
Merge with crew-stable
Patrick Mezard -
r9169:7a276f72 merge default
parent child Browse files
Show More
@@ -454,8 +454,9 b' class svn_source(converter_source):'
454 # Here/tags/tag.1 discarded as well as its children.
454 # Here/tags/tag.1 discarded as well as its children.
455 # It happens with tools like cvs2svn. Such tags cannot
455 # It happens with tools like cvs2svn. Such tags cannot
456 # be represented in mercurial.
456 # be represented in mercurial.
457 addeds = dict((p, e.copyfrom_path) for p, e
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 badroots = set()
460 badroots = set()
460 for destroot in addeds:
461 for destroot in addeds:
461 for source, sourcerev, dest in pendings:
462 for source, sourcerev, dest in pendings:
General Comments 0
You need to be logged in to leave comments. Login now