scm commands to see incoming change sets at stream level from other stream
There are two stream say StreamA and StreamB, and StreamB has flow targets from StreamA,
When there are workitems delivered to StreamA, they do appear in Pending changes, as incoming items from StreamA to StreamB, in the eclipse client.
We "scm status" commands to see the "Pending changes" from/to Stream in a workspace, like wise are there scm commands to see the incoming items from one stream into another stream, in-order to accept/reject them into the stream.
One answer
I am not sure I understand the question, if you want to see incoming changes from another stream using the command line, you need to change the workspace flowtarget (this is actually a command see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.team.scm.doc/topics/workspace_flowtarget.html).
Please find the SCM commandline in the help. It actually lists all the commands. Please be aware that the link below is for 4.0.1
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.team.scm.doc/topics/c_scm_cli.html
Earlier versions might have less functionality, since a bunch were implemented for 4.x. You should always tell us the version you refer to, since that might create a big difference.
Please find the SCM commandline in the help. It actually lists all the commands. Please be aware that the link below is for 4.0.1
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.team.scm.doc/topics/c_scm_cli.html
Earlier versions might have less functionality, since a bunch were implemented for 4.x. You should always tell us the version you refer to, since that might create a big difference.