mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
4a8e247e66
Summary: If you checkout some commit you end up on "(no branch)" which currently breaks the parser. Ignore that, and add revision IDs to the output. They aren't very big and I hate flags so I didn't add a flag for this. You can add a flag to turn them off if you really want. Test Plan: Ran "arc branch" and "arc branch --by-status" from a "(no branch)" working copy. Reviewed By: slawekbiel Reviewers: slawekbiel, ahupp, jungejason, tuomaspelkonen, aran, schrockn CC: aran, slawekbiel Differential Revision: 555 |
||
---|---|---|
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.