p4_change_inspect
Inspect a Perforce changelist by combining its description, fixes, and reviewers, with optional diff and file history details.
Instructions
Composite changelist inspection: describe + fixes + reviewers (+ optional file history)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changelist | Yes | Changelist number to inspect (required) | |
| diffFormat | No | Diff format for describe when includeDiff=true | |
| includeDiff | No | Include describe diff content in inspection output (optional, default false) | |
| maxRevisions | No | Maximum revisions per filelog call (optional, default 5) | |
| workspacePath | No | Path to workspace directory (optional, defaults to current directory) | |
| includeFileHistory | No | Include p4 filelog for affected files (optional, default false) | |
| maxFilesWithHistory | No | Maximum files to fetch filelog for (optional, default 5) |