sapling/eden/fs/service
Michael Bolin dfd1634170 Move batch processing of hg add <directory> to the server.
Summary:
This should make the common case of `hg add` or `hg add .` much more efficient
because it no longer performs a walk of the entire repository from the client
side.

Reviewed By: simpkins

Differential Revision: D4317871

fbshipit-source-id: 7061553fe0de0c4afa84b4f835316965088675e8
2016-12-15 13:02:38 -08:00
..
oss Initial commit 2016-05-12 14:09:13 -07:00
__init__.py Refactor logic to create a EdenService.Client in Python. 2016-05-25 21:44:07 -07:00
client.py update the python client library to be python 2.x compatible 2016-09-30 19:13:13 -07:00
DEFS Move some logic out of EdenServiceHandler so it can be reused by the dirstate and test harness. 2016-10-21 13:32:02 -07:00
eden.stream.thrift additional query API for our thrift interface 2016-09-26 13:52:25 -07:00
eden.thrift Move batch processing of hg add <directory> to the server. 2016-12-15 13:02:38 -08:00
EdenError.h add some helper functions for constructing EdenErrors 2016-10-04 11:04:17 -07:00
EdenMountHandler.cpp call EdenMount::getDispatcher() and EdenMount::getRootInode() 2016-12-01 17:52:31 -08:00
EdenMountHandler.h Flip Dirstate -> EdenMount dependency. 2016-11-26 12:01:41 -08:00
EdenServer.cpp normalize path arguments 2016-12-15 13:02:38 -08:00
EdenServer.h normalize path arguments 2016-12-15 13:02:38 -08:00
EdenServiceHandler.cpp Move batch processing of hg add <directory> to the server. 2016-12-15 13:02:38 -08:00
EdenServiceHandler.h Move batch processing of hg add <directory> to the server. 2016-12-15 13:02:38 -08:00
main.cpp normalize path arguments 2016-12-15 13:02:38 -08:00
TARGETS Move some logic out of EdenServiceHandler so it can be reused by the dirstate and test harness. 2016-10-21 13:32:02 -07:00