sapling/eden/fs/store
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
..
git Normalize build targets to always start with //. 2016-12-21 16:28:02 -08:00
hg Normalize build targets to always start with //. 2016-12-21 16:28:02 -08:00
test implement a FakeBackingStore class 2016-12-20 16:24:17 -08:00
BackingStore.h add new Future-based APIs to ObjectStore 2016-12-13 18:12:21 -08:00
BlobMetadata.h update LocalStore to also store the blob size along with its SHA-1 2016-12-12 17:50:35 -08:00
EmptyBackingStore.cpp add new Future-based APIs to ObjectStore 2016-12-13 18:12:21 -08:00
EmptyBackingStore.h add new Future-based APIs to ObjectStore 2016-12-13 18:12:21 -08:00
IObjectStore.h add new Future-based APIs to ObjectStore 2016-12-13 18:12:21 -08:00
LocalStore.cpp normalize path arguments 2016-12-15 13:02:38 -08:00
LocalStore.h normalize path arguments 2016-12-15 13:02:38 -08:00
ObjectStore.cpp add new Future-based APIs to ObjectStore 2016-12-13 18:12:21 -08:00
ObjectStore.h implement a FakeBackingStore class 2016-12-20 16:24:17 -08:00
ObjectStores.cpp Introduce getEntryForPath(). 2016-12-09 19:36:17 -08:00
ObjectStores.h Introduce getEntryForPath(). 2016-12-09 19:36:17 -08:00
StoreResult.cpp add a StoreResult class 2016-06-08 19:01:13 -07:00
StoreResult.h add a StoreResult class 2016-06-08 19:01:13 -07:00
TARGETS Normalize build targets to always start with //. 2016-12-21 16:28:02 -08:00