mercurial/cext/__init__.py
author Simon Sapin <simon.sapin@octobus.net>
Wed, 19 May 2021 13:15:00 +0200
changeset 47283 2a9ddc8094c7
parent 32211 c48583859e04
permissions -rw-r--r--
dirstate-v2: Change the on-disk format to be tree-shaped Nodes are stored not only for tracked files but also for their ancestor directories. A node has "pointers" (byte count from the start of the file) to its direct child nodes. Everything can be accessed with zero copy. Differential Revision: https://phab.mercurial-scm.org/D10722
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: