sapling/eden/fs
Adam Simpkins 5f639c037b support retrieving file data from mercurial
Summary:
Update the HgImporter class to support retrieving file contents from mercurial.

This also includes simple code for storing the data in the LocalStore using
git's blob serialization format.  In the future I think it would perhaps be
better to drop the "blob<length>" prefix, and instead just use a RocksDB column
family to separate blob data from other types of data.  However, for now using
the git format is simplest for keeping compatibility with the getBlob() code.

Reviewed By: bolinfest

Differential Revision: D3416691

fbshipit-source-id: 268787533be2172b2dbedc3bf06464eabf3d2c5e
2016-06-15 14:24:11 -07:00
..
cli fix CLI issues initializing mercurial mount points 2016-06-13 15:16:29 -07:00
config add a BackingStore API 2016-06-13 15:16:29 -07:00
importer support retrieving file data from mercurial 2016-06-15 14:24:11 -07:00
inodes begin adding a new ObjectStore class 2016-06-08 19:01:13 -07:00
integration Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
model unbreak gcc-4.9 builds 2016-06-09 22:15:05 -07:00
overlay changes to path iterator behavior 2016-06-02 22:08:15 -07:00
rocksdb Include build files that were inadvertently excluded from the initial export. 2016-05-12 16:08:34 -07:00
service start adding an HgBackingStore implementation 2016-06-13 15:16:30 -07:00
store support retrieving file data from mercurial 2016-06-15 14:24:11 -07:00