Can you arc diff against a particular git branch?
In general, arc diff <branch> will do what you want. (If you’re already on the branch, rather than a local topic branch, try arc diff origin/<branch> instead.) When invoked like this, arc will actually diff against the merge-base of the branch’s tip and the current commit in the working copy, but generally this is what … Read more