Equivalent of "git diff" in trac

30 views
Skip to first unread message

Chaman Agrawal

unread,
Jul 8, 2019, 12:05:56 PM7/8/19
to sage-devel
Hi folks,

I wanted to compare the net changes in ticket https://trac.sagemath.org/ticket/27852 in previous commits. On clicking on a particular commit, trac shows the changes in that commit but I wanted to see the changes in multiple commits at once(or simply to say, compare two states of a branch) I can pull the branch to my local and then use `git diff` but I wanted to know if there is a way to do that in the trac interface directly.

Thanks!
Chaman Agrawal

Timo Kaufmann

unread,
Jul 8, 2019, 12:15:37 PM7/8/19
to sage-devel
Not sure if there is a UI for it, but you can use URLs in this format:


to diff two commits. You can also replace `diff` with `patch` to generate a plaintext patch instead.
Reply all
Reply to author
Forward
0 new messages