get_gerrit_patchset_file
Retrieve file content from Gerrit patchsets to review code changes in Chromium development.
Instructions
Get the content of a specific file from a Gerrit patchset for making code changes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cl_number | Yes | CL number or full Gerrit URL (e.g., '6624568' or 'https://chromium-review.googlesource.com/c/chromium/src/+/6624568') | |
| file_path | Yes | Path to the file to get content for (e.g., 'chrome/browser/ui/browser.cc') | |
| patchset | No | Optional specific patchset number (if not specified, gets file from current patchset) |