Getting a list of change lists attached to a task

I am trying to print a list of change list numbers (and possibly descriptions) that are tied to a specific task.

+3
source share
1 answer

You need a command p4 fixes:

p4 fixes -j <job>
+3
source

Source: https://habr.com/ru/post/1733042/


All Articles