4

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.

Peter G.
  • 14,786
  • 7
  • 57
  • 75
Adam Rose
  • 41
  • 2

2 Answers2

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
2

If using P4V or P4Win, you can just select the submitted changelist, right click, & select 'Edit'.

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