Question
check for merge
Is there an integrity command or script that would check if any files/members are not merged to a target branch ? So i would give it 2 parameters - a source branch and a target branch.
the script would produce a list of files from the source branch with the their versions that were not merged to the target branch.

