When I do a peer review I want to see the changes a collegue has made. In history I can view the documents that have been changed/added or deleted but not detailed what the actual change was.
What I do right now is:
- make a new temporary branch from the Feature branch with the revision right before the changes of the part that needs a Peer Review
- switch to the Feature branch and make sure it's pulled clean so I have the latest revision
- close all apps
- remove all files from the temporary feature branch except the .git folder
- copy all files, except the .git folder, from the feature branch to the temporary branch
- open the temporary branch in Studio Pro; all changes are visible in detail
This works but it would be very nice if I can do this from the history to compare two revisions in detail with the click of a button