tags:

views:

90

answers:

0

I am using the command line tool: p4.exe.

When I try to execute the following command:

p4 diff2 -u ....@10 ....@11

It shows the difference in those files only which were present in change 10 as well as change 11. However, I want to see the difference in those files as well which were added in change 11.

Any ideas on how this can be achieved?