sapling/treedirstate
Mark Thomas 6f77bc33b9 treedirstate: implement casefolding maps for case insensitive filesystems
The dirfoldmap and filefoldmap on the dirstatemap object map from normalized
filename to the form it appears in the dirstate (denormalized form).

The dicts these functions return are also modified by the dirstate with
filenames discovered by examining the disk, so use an overlay dictionary backed
by the real dirstate to allow this to happen.

Differential Revision: https://phab.mercurial-scm.org/D1409
2017-11-28 04:51:38 -08:00
..
__init__.py treedirstate: implement casefolding maps for case insensitive filesystems 2017-11-28 04:51:38 -08:00
Makefile treedirstate: create empty Rust project 2017-11-28 04:51:38 -08:00