Show More
@@ -145,7 +145,7 b' class RevlogDocket(object):' | |||
|
145 | 145 | return b"%s-%s.idx" % (self._radix, self._index_uuid) |
|
146 | 146 | |
|
147 | 147 | def data_filepath(self): |
|
148 |
"""file path to the current |
|
|
148 | """file path to the current data file associated to this docket""" | |
|
149 | 149 | # very simplistic version at first |
|
150 | 150 | if self._data_uuid is None: |
|
151 | 151 | self._data_uuid = make_uid() |
General Comments 0
You need to be logged in to leave comments.
Login now