hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 29 May 2023 04:24:29 +0200
changeset 50632 786443bd3bc1
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
store: cache the file_size when we get it from disk The point of caching `files` is to ensure consistency and avoiding redoing expensive work. So we cache the file_size once retrieved.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)