Is there a way to duplicate the change list description using p4 command line when integrating from the source change list across branches ?
Details:
For e.g. p4 integ -t -b branch_a_to_branch_b -s //my/tree/...@2425,@2425
integrates files from changelist 2425 to the default changelist in the target branch branch_b from source branch branch_a
Is it possible to create a new changelist which has the same description as the source changelist ?
Then the target integration can be done on this new changelist.