Is it possible to change the comment associated with a p4 integrate
after I have done the integrate? The integrate itself is fine but the comment associated with it needs improving.
Asked
Active
Viewed 1,750 times
4
2 Answers
4
You can edit any change (also submitted ones, at least for newer Perforce versions (at least 2009.2)) with
p4 -c <client-name> change <change-number>
Make sure $EDITOR is set.

jhwist
- 15,201
- 3
- 40
- 47
-
2For a submitted change, pass '-u' to 'p4 change. – Bryan Pendleton Apr 16 '11 at 14:48
2
If using P4V or P4Win, you can just select the submitted changelist, right click, & select 'Edit'.

Greg Whitfield
- 5,649
- 2
- 30
- 32