When doing code reviews, in PlasticSCM app, there is option to show only “Pending to Integrate” changes into target branch.
By default, the changes show even files that have not been modified/added/removed on this branch, but files that were modified on target branch, and are not yet on this branch.
It would be amazing if the code review WebUI would have the same option. As currently, if we are merging a branch with just 1 file, it shows all the files that are different from target branch, which can be hundreds of them, as in following example:
In this case, its almost impossible to do code review since you see dozen or hundred of files that were not touched in this branch, as its not possible to filter and show only the files that are modified on the current branch (at least I did not find any setting).
Can you confirm in the scenario that is not properly working, if the behavior is not the same if you use the same feature in the Plastic SCM GUI and the WebUI?