##// END OF EJS Templates
revlog: fix docket.date_filepath docstring...
marmoute -
r48180:bcf92bdc default
parent child Browse files
Show More
@@ -145,7 +145,7 b' class RevlogDocket(object):'
145 return b"%s-%s.idx" % (self._radix, self._index_uuid)
145 return b"%s-%s.idx" % (self._radix, self._index_uuid)
146
146
147 def data_filepath(self):
147 def data_filepath(self):
148 """file path to the current index file associated to this docket"""
148 """file path to the current data file associated to this docket"""
149 # very simplistic version at first
149 # very simplistic version at first
150 if self._data_uuid is None:
150 if self._data_uuid is None:
151 self._data_uuid = make_uid()
151 self._data_uuid = make_uid()
General Comments 0
You need to be logged in to leave comments. Login now