get_diff
Retrieve the full unified diff for a Bitbucket pull request or commit. Large diffs are truncated at a line boundary to ensure manageability.
Instructions
Get the full unified diff for a pull request or commit. Diffs larger than 50,000 characters are truncated at a line boundary.
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) |