sapling/eden/fs/cli
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
..
config.py normalize mount paths when doing config look-ups 2016-09-30 19:07:45 -07:00
main.py Remove some unused Python imports. 2016-09-08 12:45:02 -07:00
TARGETS Normalize build targets to always start with //. 2016-12-21 16:28:02 -08:00
util.py Add initial support for hooks akin to Git hooks for Eden. 2016-09-26 13:53:05 -07:00