##// END OF EJS Templates
convert: don't scan directories on property changes
Patrick Mezard -
r5870:0d583ade default
parent child Browse files
Show More
@@ -508,6 +508,9 b' class svn_source(converter_source):'
508
508
509 # If the directory just had a prop change,
509 # If the directory just had a prop change,
510 # then we shouldn't need to look for its children.
510 # then we shouldn't need to look for its children.
511 if ent.action == 'M':
512 continue
513
511 # Also this could create duplicate entries. Not sure
514 # Also this could create duplicate entries. Not sure
512 # whether this will matter. Maybe should make entries a set.
515 # whether this will matter. Maybe should make entries a set.
513 # print "Changed directory", revnum, path, ent.action, ent.copyfrom_path, ent.copyfrom_rev
516 # print "Changed directory", revnum, path, ent.action, ent.copyfrom_path, ent.copyfrom_rev
General Comments 0
You need to be logged in to leave comments. Login now