If I checkout a branch from VCS I would like to run inspections on all the changes that the branch has made from (for example) master branch.
Is this possible?
I currently have to:
- open all files that I know have been changed in the branch.
- Run inspections on open files.