The command “p4 change” prompts a editor and needs a form. But I want to do this in command line.
How can I achieve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s always the
-icommand:As Bryan points out in his comment the best approach is probably to run
change -o, redirect the output to a file, process the file with other shell commands, and then send that file back to the server withchange -i.Source
But you can always change the description when you submit:
This only works on the default change list.
Source