Is there a way to duplicate the description of the list of changes using the p4 command line when integrating from the list of source changes over branches?
Details:
For example,
p4 integ -t -b branch_a_to_branch_b -s // my / tree / ... @ 2425 , @ 2425
merges files from change list 2425 into a default change list in the target branch_b from the branch_a branch
Is it possible to create a new change list that has the same description as the original change list?
Then targeted integration can be performed on this new list of changes.
source
share