sapling/lib/revisionstore
Durham Goode 79a60403f7 histpack: sort history entries before writing them
Summary:
The histpack format requires that entries in each file section be
written in topological order, so that future readers can compute ancestors by
just linearly scanning. Let's make the rust mutable history pack support this.

Technically the rust historypack reader does not require this for now, but the python
one does, so we need to enforce it.

Reviewed By: kulshrax

Differential Revision: D10441286

fbshipit-source-id: dfdb57182909270b760bd79a100873aa3903a2a5
2018-10-23 17:16:01 -07:00
..
src histpack: sort history entries before writing them 2018-10-23 17:16:01 -07:00
Cargo.toml rustlib: move Node to a separate "types" crate 2018-10-03 18:19:27 -07:00