_changeset Fields

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

FieldDescription
nodeUnique ID for the changeset – this is an abbreviated SHA code.
filesAn array of files included in the changeset.
raw_authorThe username defined locally and included in the commit passed to the Bitbucket service.
utctimestampUniversal time stamp applied to the change.
timestampThe time provided on the local machine where the commit occurred.
authorThe Bitbucket account associated with the changeset.
raw_nodeA forty-character changeset hash – this is the unabbreviated SHA value.
parentsThe commit that your local directory was at before the changeset was committed. When a user adds a file, that file does not have a parent as there was no preceding commit.
branchThe name of the branch on which the change resides. The branch name can be null and is typically so for Git repositories.
messageThe commit message.
revisionAn integer assigned to a commit. This field is used for Mercurial repositories only. The value itself is an integer that is valid only within the specific local repository.
sizeThis field is reserved and always contains -1.
Last modified on Oct 7, 2012

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.