sapling/eden/fs/model
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
test Introduce TreeEntry.getMode() because getOwnerPermissions() was not doing the expected thing. 2016-10-19 10:54:11 -07:00
Blob.h Initial commit 2016-05-12 14:09:13 -07:00
Hash.cpp Make facebook::eden::Hash hashable. 2016-10-12 15:53:30 -07:00
Hash.h Make facebook::eden::Hash hashable. 2016-10-12 15:53:30 -07:00
TARGETS Normalize build targets to always start with //. 2016-12-21 16:28:02 -08:00
Tree.h make put and get for trees/blobs symmetric 2016-07-25 12:34:25 -07:00
TreeEntry.h implement a FakeBackingStore class 2016-12-20 16:24:17 -08:00