<<

NAME

get_modified_classes.pl -- determine the set of classes modified by the src patch.

SYNOPSIS

  get_modified_classes.pl -p project_id -b bug_id [-o output_file]

OPTIONS

-p project_id

The id of the project for which the patch should be analyzed.

-b bug_id

The id of the bug for which the patch should be analyzed.

-o output_file

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.

DESCRIPTION

Determines the set of classes modified by the src patch. This script use diffstat, which is part of the patchutils library.

<<