mercurial/templates/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 15 May 2023 08:58:16 +0200
changeset 50478 1c0244a8cdaf
parent 45303 f55c47f41b8e
permissions -rw-r--r--
store: change `_walk` return to `(filename, (type, size))` If we are to group file per revlog, having the filename as the "main key" will be useful. This change will make the following changes clearer.