Perforce : can I change the comment associated with a p4 integrate?
Is it开发者_JAVA技巧 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.
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.
If using P4V or P4Win, you can just select the submitted changelist, right click, & select 'Edit'.
精彩评论