Get pull request diff
get_diffFetch the unified diff for a Bitbucket pull request, enabling code review without leaving your editor.
Instructions
Fetch the unified diff for a pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | Truncate the diff past this many characters | |
| repo_slug | No | Repository slug, e.g. "billing-api". Defaults to BITBUCKET_REPO_SLUG. | |
| workspace | No | Bitbucket workspace ID, e.g. "acme". Defaults to BITBUCKET_WORKSPACE. | |
| pull_request_id | Yes | Pull request number |