p4_interchanges
Identify pending changelists not yet integrated between source and target paths, branches, or streams to plan merges.
Instructions
List changelists not yet integrated between two paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of changelists to return (optional) | |
| time | No | Display the time as well as the date using -t (optional) | |
| user | No | Limit results to changes submitted by a specific user (optional) | |
| branch | No | Branch spec name for p4 interchanges -b mode (optional) | |
| stream | No | Stream path for p4 interchanges -S mode (optional) | |
| reverse | No | Reverse branch or stream mapping direction using -r (optional) | |
| sourcePath | No | Source depot filespec/path (required) | |
| targetPath | No | Target depot filespec/path (required) | |
| targetPaths | No | Additional target depot filespecs for branch or path modes (optional) | |
| parentStream | No | Parent stream override for stream mode using -P (optional) | |
| workspacePath | No | Path to workspace directory (optional, defaults to current directory) | |
| forceStreamFlow | No | Force stream-mode interchanges to ignore expected flow using -F (optional) | |
| longDescription | No | Include long descriptions (optional, equivalent to -l) | |
| useBranchSource | No | Use branch -s mode where sourcePath becomes fromFile (optional) |