开发者

Perforce : can I change the comment associated with a p4 integrate?

开发者 https://www.devze.com 2023-02-14 20:15 出处:网络
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

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'.

0

精彩评论

暂无评论...
验证码 换一张
取 消