##// 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 320 @property
321 321 def files(self):
322 if self._cpsd:
323 return sorted(self.changes.touched)
322 324 off = self._offsets
323 325 if off[2] == off[3]:
324 326 return []
General Comments 0
You need to be logged in to leave comments. Login now