In perforce, I have several shelved changelists. I want to move the files from all of these shelved changelists to a new changelist.
I can do this with p4 reopen -c [new changelist no.] [file 1, file 2, etc]
, but it's laborious to copy and paste the names of each opened file from the previous changelists.
Is there a faster / better way to do this?