Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to list changesets in baseline not already accepted

Hi,

If I have a workspace with some changes accepted from a stream and others are not accepted.
Some changes in a baseline are accepted, others are not.

From scm status I can see the incomming baseline, but I can't see any of the changes
in the baseline as incomming changes.

If I run scm list changeset -r <repository> -b <baseline alias> -C <component alias>
then I get all changesets in the baseline.
Can that be limited to view only the changes that I have not already accepted?

I know that scm history shows the changes that I have accepted, and I can extract which I have not accepted by the difference of those two commands, but I think there should be a scm command that can show it directly.

Br,
Benny

0 votes


Accepted answer

Permanent link
You can use the --xbaseline or -B command line option to show the change sets under the baseline when using the 'scm show status' command.

In the following screenshot, There was a CS2 under the baseline that I already accepted, and it's correctly showing only CS1 that I still need to accept.

Benny Simonsen selected this answer as the correct answer

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,129
× 1,208
× 113

Question asked: Jun 30 '16, 10:39 a.m.

Question was seen: 4,826 times

Last updated: Jun 30 '16, 10:57 a.m.

Confirmation Cancel Confirm