Home | Trees | Indices | Help |
|
---|
|
object --+ | FileRevision
Information about a single revision of a file.
The file revision contains information about the change for that revision as well as a list of Integration records that provide information about the integrations that the file revision was involved in.See Also: FileLog, Integration
Instance Methods | |||
|
|||
Inherited from |
Instance Variables | |
str or unicode
|
action The action performed on the file in this revision. |
int
|
change The change number that this file revision belongs to. |
str or unicode
|
client The name of the client the change for this file revision was submitted from. |
str or unicode
|
desc The description of the change this file revision belongs to. |
int
|
rev The revision of this file. |
int
|
time The time of this change as a POSIX timestamp. |
str or unicode
|
type The Perforce file type of the file in this revision. |
str or unicode
|
user The username of the user who submitted the change for this file revision. |
Properties | |
integrations | |
Inherited from |
Method Details |
|
Instance Variable Details |
actionThe action performed on the file in this revision. ie. 'add', 'edit', 'delete', 'integrate', 'branch' or 'import' |
timeThe time of this change as a POSIX timestamp. ie. The nubmer of seconds since 1970/01/01 00:00 UTC. This can be converted to local time by constructing adatetime.datetime object using
datetime.fromtimestamp() .
|
typeThe Perforce file type of the file in this revision. eg 'text', 'text+kmx', 'binary', 'unicode' |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sun Aug 05 12:30:13 2007 | http://epydoc.sourceforge.net |