mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
5171ec161a
Summary: Appending differential status, sorting, filtering and coloring git branches. I think it turned out rather nicely. On my repository with 70 branches it takes 1.6s, not terrible, though 1.2s is in the conduit call - seems like there is potential for optimization. I didn't end up changing 'arc list', as their semmantics are slightly different, but I'm open to ideas of consolidating them Test Plan: - Tested on both facebook www and arcanist repositories. - Validated that view-all flag works - Validated that the ordering is correct - Validated that the statuses match the differential status. Reviewed By: epriestley Reviewers: epriestley CC: aran, epriestley, slawekbiel Revert Plan: sure Other Notes: Differential Revision: 497 |
||
---|---|---|
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.