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

Is there any scm command which can give details about a changeset ?

My requirement is to group all change sets, which are delivered together in RTC by a user by time between 2 builds.

As build create a snapshot, I am planning to use scm compare .. snapshot command to get list of change sets, But it don't give the details like date with timestamp, user who changed. Is there any scm command which can help in getting the details of changesets.

To explain my scenario in detail, Here is an example.

Developer 1 Updated file : at a give time
   a.txt
   b.txt

Developer 2 updated: after Developer 1 has changed
   c.txt
   a.txt

Developer 1 again updates following files.
    b.txt
    c.txt

Is there any SCM command which can give me details of these changesets ? Like Developer name, date with timestamp 

0 votes


Accepted answer

Permanent link
'scm list changes <changeset_uuid>' gives you all that information.
David Lafreniere selected this answer as the correct answer

0 votes

Comments

Thanks for the reply, Is there any way, I can get modified date in time with milliseconds and seconds.

No, the scm cli does not have the functionality to customise the output.

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
× 10,940
× 1,203
× 158
× 113

Question asked: Jul 11 '16, 11:06 a.m.

Question was seen: 3,340 times

Last updated: Jul 12 '16, 12:08 a.m.

Confirmation Cancel Confirm