using scm commad, to find the loginid
Hi,
I am using scm command line.
I would like to find the userid/login id of the person for a given change set.
I have a change set id, the command below only gives me the full name of the owner of change set #1150.
scm ls ch 1150 -r <repository> -w <stream id>
I am interested to find the login id of the user.
Thanks