Search code examples
perforceperforce-integrate

In perforce, how do I list source file of a pending integrate?


I have a pending changelist open with several integrated files. Is there a way to list where (perforce path and revision) these files were integrated from? I'd like to double check that they were integrate from the correct place before submitting.


Solution

  • To list unresolved integrations, use 'p4 resolve -n'.

    To list resolved but unsubmitted integrations, use 'p4 resolved'.

    Since you mention you're getting ready to submit, you've probably already resolved the integrations, so use 'p4 resolved'.