How can I do a diff in the opposite direction in SourceTree? In other words, how do I get SourceTree to do diff b a instead of diff a b?
e.g., if my commits are in this order in my commits pane:
3333
2222
1111
and I select 3333 and 1111, it will show me a diff of changes from 1111 to 3333 (i.e, diff 1111 3333).
How do I make it do a diff in the other direction, so that it's a diff of changes from 3333 to 1111 (i.e., diff 3333 1111)?
Here is a screenshot showing where I selected 2 commits in SourceTree and the corresponding diff:
