get_pdfium_gerrit_cl_diff
Retrieve code changes for PDFium Gerrit patchsets to analyze modifications in specific files or across all files in a review.
Instructions
Get the diff/changes for a PDFium Gerrit CL patchset to understand what code was modified
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cl_number | Yes | CL number or full Gerrit URL (e.g., '12345' or 'https://pdfium-review.googlesource.com/c/pdfium/+/12345') | |
| patchset | No | Optional specific patchset number to get diff for (if not specified, gets diff for current patchset) | |
| file_path | No | Optional specific file path to get diff for (if not specified, gets diff for all files) |