mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 08:12:40 +01:00
No description
df8c0e5e25
Summary: See T587. Reduce the strictness of working copy checks when using "--show", since there's a reasonable workflow where you 'arc patch' and then 'arc amend --revision X --show | git commit -a -F -' that currently won't work. There are other ways to accomplish the same thing but this increases flexibility overall. Test Plan: Ran 'arc amend --show' with a dirty working copy, didn't get yelled at. Reviewers: jungejason, nh, tuomaspelkonen, aran Reviewed By: nh CC: aran, nh Differential Revision: 1033 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
PROJECT STATUS: CAVEAT EMPTOR This is an unstable preview release. I'm open sourcing some of Facebook's internal tools, but they'll be unstable for at least a couple months. -epriestley WHAT IS ARCANIST? Arcanist is the CLI for Facebook's code review tool, Differential. Since Differential isn't released yet, it may not be terribly useful on its own.