How to obtain a changeset's component using [l]scm list changesets?
Using
[l]scm list changesets --created-aftermakes it easy to determine if a repository has had any recent SCM activity. The resulting json output does not include the changesets' components. Without resorting to using the Plain Java Client Libraries, is there a way to get a changeset's component using the scm cli?