sapling/revset
Stanislau Hlebik e704bd24fe mononoke: use NodeFrontier in getbundle
Summary:
NodeFrontier is a hashset that stores commits and their generation numbers.
We'll use it to figure out what nodes client already has (`exclude` nodes).
Before this change we used `GroupedByGenenerationStream`, but it doesn't allow
us to skip some commits. We can skip commits with NodeFrontier though.

Reviewed By: lukaspiatkowski

Differential Revision: D13122521

fbshipit-source-id: 08eddb71e49b16b879f65bc9b8b177dc5dbcc034
2018-11-29 08:19:30 -08:00
..
src mononoke: use NodeFrontier in getbundle 2018-11-29 08:19:30 -08:00
Cargo.toml Add Cargo.toml files to crates. (#7) 2018-07-09 19:52:27 -07:00