get_modified_classes.pl -- determine the set of classes modified by the src patch.
get_modified_classes.pl -p project_id -b bug_id [-o output_file]
project_id
The id of the project for which the patch should be analyzed.
bug_id
The id of the bug for which the patch should be analyzed.
Write output to this file (optional). By default the script prints the modified classes to stdout. Note that all diagnostic messages are sent to stderr.
Determines the set of classes modified by the src patch. This script use diffstat, which is part of the patchutils library.