compare_branches
Compare two branches to identify commits in the target branch not in the base branch, supporting regression analysis by surfacing changes that may have caused issues.
Instructions
Compare two branches - shows commits in target that are not in base (useful for regression analysis)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max commits to return | |
| project | No | Project name | |
| baseBranch | Yes | Base branch (e.g., "main" or "refs/heads/main") | |
| repository | Yes | Repository name or ID | |
| targetBranch | Yes | Target branch to compare (e.g., "develop") |