This is a tuple of (branch, revision, patchspec, changes, project,
repository).
|
__init__(self,
branch=None,
revision=None,
patch=None,
sourcestampsetid=None,
patch_info=None,
changes=None,
project='
' ,
repository='
' ,
codebase='
' ,
_fromSsdict=False,
_ignoreChanges=False) |
source code
|
|
|
|
|
mergeWith(self,
others)
Generate a SourceStamp for the merger of me and all the other
SourceStamps. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getSourceStampSetId(self,
master)
temporary; do not use widely! |
source code
|
|
|
|
|
|
Inherited from util.ComparableMixin :
__cmp__ ,
__hash__
Inherited from twisted.persisted.styles.Versioned :
__getstate__ ,
__providedBy__ ,
versionUpgrade
|
|
branch = None
branch name or None
|
|
revision = None
revision string or None
|
|
patch = None
tuple (patch level, patch body) or None
|
|
patch_info = None
tuple (patch author, patch comment) or None
|
|
changes = ( )
tuple of changes that went into this source stamp, sorted by number
|
|
project = '
'
project name
|
|
repository = '
'
repository URL
|
|
ssid = None
sourcestamp ID, or None if this sourcestamp has not yet been added to
the database
|