mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
9df1b8a4bd
Summary: - Use "hg parents" to figure out where outgoing changes originate from, not "~1", since that's a new feature in Mercurial. - Add "--style default" all over the place since hg config can override this (similar to the date config issues we saw in git). - Cache working copy status so we don't run full hg diffs like 30 times (similar to git/svn APIs). - Use full "--git" flag instead of rather cryptic "-g". Test Plan: Ran "arc diff" in my hg working copy, got the diff I expected. Reviewers: Makinde, aran, jungejason, nh, tuomaspelkonen Reviewed By: Makinde CC: aran, Makinde Differential Revision: 934 |
||
---|---|---|
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.