Show More
@@ -614,7 +614,8 b' class RevlogStoreEntry(BaseStoreEntry):' | |||||
614 | # note: the ".nd" file are nodemap data and won't "change" |
|
614 | # note: the ".nd" file are nodemap data and won't "change" | |
615 | # but they might be deleted. |
|
615 | # but they might be deleted. | |
616 | volatile = ext.endswith(REVLOG_FILES_VOLATILE_EXT) |
|
616 | volatile = ext.endswith(REVLOG_FILES_VOLATILE_EXT) | |
617 | f = StoreFile(unencoded_path=path, is_volatile=volatile, **data) |
|
617 | file_size = data.get('file_size') | |
|
618 | f = StoreFile(path, file_size, volatile) | |||
618 | self._files.append(f) |
|
619 | self._files.append(f) | |
619 | return self._files |
|
620 | return self._files | |
620 |
|
621 |
General Comments 0
You need to be logged in to leave comments.
Login now