sapling/eden/fs/service
Michael Bolin 3f2f22d8fa Normalize build targets to always start with //.
Summary:
We can use `//` exclusively because we always build Eden with Buck and never
fbbuild, our legacy build system for fbcode.

This revision was initially created by running:

```
find eden -name TARGETS | xargs sed -i -e 's#@/#//#g'
```

And then manually updating the `DEFS` file now that we no longer need
some normalization code for an outdated pattern.

But then I got annoyed by other inconsistencies, so I went through and
alpha-sorted some lists, replaced all double quotes with single quotes,
and fixed indents to be two spaces.

Reviewed By: simpkins

Differential Revision: D4356724

fbshipit-source-id: ab07a48f12fa937c257213d12331efdf09e42da6
2016-12-21 16:28:02 -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 Use the StatusCode from Thrift as the canonical representation. 2016-12-16 17:49:05 -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 Use the StatusCode from Thrift as the canonical representation. 2016-12-16 17:49:05 -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 Normalize build targets to always start with //. 2016-12-21 16:28:02 -08:00