get_file_patch
Retrieve a textual patch for a single file between two project revisions, making it easier to review or apply specific changes.
Instructions
Get a textual patch for one file between two project revisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| project_id | Yes | ||
| base_revision | Yes | ||
| head_revision | Yes |