Code review comment for lp:~nmb/qbzr/diffview-refactor

Revision history for this message
Alexander Belchenko (bialix) wrote :

Neil, as I can see your code is different because you've also added the load method:

+ def load(self):
+ if self._lines is None:
+ self._load_lines()

Why it's needed for you?

review: Needs Information

« Back to merge proposal