I have two Perforce users A and B. A creates a numbered changelist 4711 and assigns this changelist to B with the command:
p4 change -U B 4711
User B can now verify that he owns changelist 4711 by calling:
p4 describe -s 4711
Is there any way for user B to find out that this changelist was created by A?
Regards
Lars