Show More
@@ -562,9 +562,7 b' class basefilectx(object):' | |||
|
562 | 562 | |
|
563 | 563 | @propertycache |
|
564 | 564 | def _changeid(self): |
|
565 |
if r'_change |
|
|
566 | return self._changeid | |
|
567 | elif r'_changectx' in self.__dict__: | |
|
565 | if r'_changectx' in self.__dict__: | |
|
568 | 566 | return self._changectx.rev() |
|
569 | 567 | elif r'_descendantrev' in self.__dict__: |
|
570 | 568 | # this file context was created from a revision with a known |
General Comments 0
You need to be logged in to leave comments.
Login now