##// END OF EJS Templates
changing-files: retrieve changelogrevision.files from the sidedata block...
marmoute -
r46213:053c9014 default
parent child Browse files
Show More
@@ -319,6 +319,8 b' class changelogrevision(object):'
319
319
320 @property
320 @property
321 def files(self):
321 def files(self):
322 if self._cpsd:
323 return sorted(self.changes.touched)
322 off = self._offsets
324 off = self._offsets
323 if off[2] == off[3]:
325 if off[2] == off[3]:
324 return []
326 return []
General Comments 0
You need to be logged in to leave comments. Login now