Package perforce :: Module results :: Class Integration
[frames] | no frames]

Class Integration



object --+
         |
        Integration

Information about a single file integration.


See Also: FileLog, FileRevision

Instance Methods
 
__init__(self, how, file, srev, erev)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables
str or unicode erev
The end revision of the file being integrated.
str or unicode file
The path to the other file involved in this integration.
str or unicode how
The type of this integration record.
str or unicode srev
The start revision of the file being integrated.
Properties

Inherited from object: __class__

Method Details

__init__(self, how, file, srev, erev)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Instance Variable Details

erev

The end revision of the file being integrated. Typically something like '#123'.

how

The type of this integration record. Typically one of '[branch/copy/edit/ignore/merge] [from/to]'.

srev

The start revision of the file being integrated. Typically something like '#none' or '#123'