##// END OF EJS Templates
revlog: small doc to the `files` method
marmoute -
r51975:808f1e38 default
parent child Browse files
Show More
@@ -3306,6 +3306,7 b' class revlog:'
3306 return (dd, di)
3306 return (dd, di)
3307
3307
3308 def files(self):
3308 def files(self):
3309 """return list of files that compose this revlog"""
3309 res = [self._indexfile]
3310 res = [self._indexfile]
3310 if self._docket_file is None:
3311 if self._docket_file is None:
3311 if not self._inline:
3312 if not self._inline:
General Comments 0
You need to be logged in to leave comments. Login now