If you click on the branch name (not the "Commits") on trac then it'll show 
you just the cumulative diff against the current develop branch. It 
actually does the merge and then the diff from the merge, which is a bit 
more useful than just git diff my_branch...develop.

If you want to do it offline this is also implemented as "git trac review" 
in the git-trac script.



On Thursday, May 1, 2014 12:00:02 PM UTC+1, Martin Albrecht wrote:
>
> Hi all, 
>
> currently it is a bit awkward to review a branch on trac which has many 
> commits. For example 
>
>    http://trac.sagemath.org/ticket/15976 
>
> has quite a few commits so it seems quite daunting to review it, whereas 
> the 
> actual difference to the main development branch is not that much. 
> Locally, we 
> can do: 
>
> $ git diff my_branch..develop 
>
> and 
>
> $ git diff my_branch...develop 
>
> cf. 
> https://stackoverflow.com/questions/9834689/comparing-two-branches-in-git 
>
> Could something like this be added to trac? 
>
> Cheers, 
> Martin

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to