##// END OF EJS Templates
convert: migrate to new method for getting copy source...
Martin von Zweigbergk -
r41937:1312afae default
parent child Browse files
Show More
@@ -557,7 +557,7 b' class mercurial_source(common.converter_'
557 557 if name in self.ignored:
558 558 continue
559 559 try:
560 copysource, _copynode = ctx.filectx(name).renamed()
560 copysource = ctx.filectx(name).copysource()
561 561 if copysource in self.ignored:
562 562 continue
563 563 # Ignore copy sources not in parent revisions
General Comments 0
You need to be logged in to leave comments. Login now