##// END OF EJS Templates
svn: fix copy exception
"Shun-ichi GOTO" -
r5841:07ca22a7 default
parent child Browse files
Show More
@@ -415,7 +415,9 b' class svn_source(converter_source):'
415 if ent.copyfrom_path:
415 if ent.copyfrom_path:
416 copyfrom_path = get_entry_from_path(ent.copyfrom_path)
416 copyfrom_path = get_entry_from_path(ent.copyfrom_path)
417 if copyfrom_path:
417 if copyfrom_path:
418 self.ui.debug("Copied to %s from %s@%s\n" % (entry, copyfrom_path, ent.copyfrom_rev))
418 self.ui.debug("Copied to %s from %s@%s\n" %
419 (entrypath, copyfrom_path,
420 ent.copyfrom_rev))
419 # It's probably important for hg that the source
421 # It's probably important for hg that the source
420 # exists in the revision's parent, not just the
422 # exists in the revision's parent, not just the
421 # ent.copyfrom_rev
423 # ent.copyfrom_rev
General Comments 0
You need to be logged in to leave comments. Login now