Utility class providing easy access to the revisions of a file in a
Helix Core
depot. P4::Revision
objects can store basic
information about revisions and a list of the integrations for that
revision. Created by P4#run_filelog()
.
None.
Returns the name of the action which gave rise to this revision of the file.
Returns the change number that gave rise to this revision of the file.
Returns the name of the client from which this revision was submitted.
Returns the name of the depot file to which this object refers.
Returns the description of the change which created this revision. Note
that only the first 31 characters are returned unless you use p4
filelog -L
for the first 250 characters, or p4
filelog -l
for the full text.
Returns the MD5 digest for this revision of the file.
Iterates over each the integration records for this revision of the depot file.
Returns size of this revision.
Returns the list of integrations for this revision.
Returns the number of this revision of the file.
Returns the date/time that this revision was created.
Returns this revision’s Helix Core filetype.
Returns the name of the user who created this revision.