compare_branches
Compare two branches in an Azure DevOps repository and get a diff summary of their differences.
Instructions
Compare two branches and show the diff summary.
Args: project: Azure DevOps project name. Uses default if not specified. repository_id: The repository ID or name. base_branch: The base branch name. target_branch: The target branch name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| repository_id | No | ||
| base_branch | No | ||
| target_branch | No |