Show More
@@ -734,6 +734,8 b' class basefilectx(object):' | |||
|
734 | 734 | mfl = repo.manifestlog |
|
735 | 735 | # fetch the linkrev |
|
736 | 736 | lkr = self.linkrev() |
|
737 | if srcrev == lkr: | |
|
738 | return lkr | |
|
737 | 739 | # hack to reuse ancestor computation when searching for renames |
|
738 | 740 | memberanc = getattr(self, '_ancestrycontext', None) |
|
739 | 741 | iteranc = None |
General Comments 0
You need to be logged in to leave comments.
Login now