sapling/eden/fs/service
Alexey Spiridonov 8d14740d20 Replace Subprocess::pipe* syntax sugar with Subprocess::Options().pipe*
Summary:
This is a bit too magical -- it's not clear that the thing produces an Options object. If you do know that you can chain further option setters off this thing, it's nice, but otherwise, the first impression is "what just happened?".

So, let's have one good way for doing things.

Reviewed By: yfeldblum

Differential Revision: D4863947

fbshipit-source-id: 3dfe83cfc077d47f604f47dcb21149fbaa2d2243
2017-04-12 14:50:22 -07:00
..
oss update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
__init__.py update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
client.py use .eden/socket in hg extensions 2017-04-06 10:52:06 -07:00
DEFS implement eden->watchman subscriptions 2017-03-21 13:35:20 -07:00
eden.thrift implement hg reset 2017-04-06 17:50:43 -07:00
EdenError.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
EdenError.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
EdenServer.cpp update EdenServer::getMount() to throw on error 2017-04-03 15:50:32 -07:00
EdenServer.h update EdenServer::getMount() to throw on error 2017-04-03 15:50:32 -07:00
EdenServiceHandler.cpp Replace Subprocess::pipe* syntax sugar with Subprocess::Options().pipe* 2017-04-12 14:50:22 -07:00
EdenServiceHandler.h implement hg reset 2017-04-06 17:50:43 -07:00
GlobNode.cpp Codemod folly::make_unique to std::make_unique 2017-04-05 12:51:32 -07:00
GlobNode.h implement glob thrift method 2017-01-26 12:47:05 -08:00
main.cpp connect the fuse stats to fb303 2017-03-31 11:39:48 -07:00
PrettyPrinters.cpp implement "hg status" using EdenMount::diff() 2017-03-30 21:35:00 -07:00
PrettyPrinters.h implement "hg status" using EdenMount::diff() 2017-03-30 21:35:00 -07:00
streamingeden.thrift implement eden->watchman subscriptions 2017-03-21 13:35:20 -07:00
StreamingSubscriber.cpp implement eden->watchman subscriptions 2017-03-21 13:35:20 -07:00
StreamingSubscriber.h implement eden->watchman subscriptions 2017-03-21 13:35:20 -07:00
TARGETS an "eden debug" CLI command and thrift APIs to support it 2017-04-03 15:50:32 -07:00
ThriftUtil.h update the checkOutRevision() API to accept a BinaryHash 2017-04-06 17:50:43 -07:00