Mercurial > hg
comparison mercurial/graphmod.py @ 47283:2a9ddc8094c7
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
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Wed, 19 May 2021 13:15:00 +0200 |
parents | 9d2b2df2c2ba |
children | 6000f5b25c9b |
comparison
equal
deleted
inserted
replaced
47282:ce41ee53263f | 47283:2a9ddc8094c7 |
---|