sapling/rust/treedirstate
Mark Thomas 26e77a0173 treedirstate: use vlqencoding for numbers
Change to use VLQ-encoded numbers for everything in the tree file.  Block sizes
remain as u32s so that they can be read by the store in a single read
operation, but everything else is a VLQ as it is generally smaller and more
futureproof.

Differential Revision: https://phab.mercurial-scm.org/D1408
2017-11-28 04:51:38 -08:00
..
.cargo treedirstate: create empty Rust project 2017-11-28 04:51:38 -08:00
src treedirstate: use vlqencoding for numbers 2017-11-28 04:51:38 -08:00
Cargo.lock treedirstate: use vlqencoding for numbers 2017-11-28 04:51:38 -08:00
Cargo.toml treedirstate: use vlqencoding for numbers 2017-11-28 04:51:38 -08:00