[LLVMdev] phabricator diff question

Manuel Klimek klimek at google.com
Mon Jun 23 00:59:50 PDT 2014


On Thu, Jun 19, 2014 at 7:27 PM, reed kotler <rkotler at mips.com> wrote:

> I want to update (or create) a revision and want it to show only the
> difference between two git branches.
>
> for example:
>
> 1758_9a and 1758_10a
>
> if I do a :
>
> git diff 1758_9a..1758_10
>

I assume just replacing 'git' with 'arc' here doesn't work? What's the
error?


>
> I get the diff that I want.
>
> however if I am in branch 1758_10a and do a :
>
>
> ~/arcanist/bin/arc diff 1758_9a --create
>
> if will highlight all lines in both change 1758_9a and 1758_10a from the
> master branch
>
> How do I get it to just highlight the difference between 1758_9a and
> 1758_10a.
>
> tia.
>
> Reed
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140623/b369a5a1/attachment.html>


More information about the llvm-dev mailing list