mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
309609169d
Summary: When running "arc diff" in a mixed-base-revision working copy, we prevent the operation. Relax this restriction so that having a different root revision is okay, so long as all affected files share the same revision. This facilitates multiple similar edits without updates. Test Plan: Reverted a file to an older revision in an SVN working copy, ran "arc diff", was rejected. Applied patch, ran "arc diff", diff went through and was recorded with the right SVN base revision in the database. Reviewers: CC: |
||
---|---|---|
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.