p4 integrated

Show integrations that have been submitted.

Syntax

p4 [g-opts] integrated [-b branchname [-r]] file ...

Description

The p4 integrated command shows the integration history of the selected files, in the format:

file#revision-range - integrate-actionpartner-file#revision-range

where:

If a file toFile was ever integrated from a file fromFile, and both toFile and fromFile match the p4 integratedfilepattern argument, each integrated action is listed twice in the p4 integrated output: once in its from form, and once in its into form, as described above.

If the optional -b branch option is used, only files integrated from the source to target files in the branch view are shown.

If the optional -r option is provided, the mappings in the branch view are reversed. This option requires the use of the -b branch option.

Options

-b branchname

Only files integrated from the source to target files in the branch view are listed. Qualified files are listed, even if they were integrated without using the branch view.

-r

Reverses the mappings in the branch view, swapping the target files and source files. The -b branch flag is required.

g-opts

See Global Options.

Usage Notes

Can File Arguments Use Revision Specifier? Can File Arguments Use Revision Range? Minimal Access Level Required

No

No

list

Related Commands

To see a list of integrations that have not yet been resolved

p4 resolve -n

To view a list of integrations that have been resolved but not yet submitted

p4 resolved

To perform an integration

p4 integrate

To view the actions taken for all revisions of a particular file (including all the files from which that particular file was integrated)

p4 filelog [-i] file