get_changed_files
Retrieve changed files in a Bitbucket pull request or commit, including per-file line additions and deletions for code review and impact analysis.
Instructions
Get the list of files changed in a pull request or commit, with per-file line add/remove counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | PR number (e.g. "42") or commit hash (e.g. "a1b2c3d4") | |
| repoSlug | Yes | Repository slug (e.g. my-repo) |