This source will poll a monotone server for changes and submit them to
the change master.
|
__init__(self,
server_addr,
branch,
trusted_keys,
db_path,
pollinterval=60*10,
monotone_exec="monotone") |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_find_new_head(self,
new_heads,
tmpfile_name) |
source code
|
|
|
_pick_new_head(self,
old_head_descendents,
new_heads) |
source code
|
|
|
|
|
|
|
_reset_done_revisions(self,
new_done_revisions) |
source code
|
|
|
|
|
|
|
|
|
|
|
_add_change_from_log_and_revision(self,
revision,
log,
rid) |
source code
|
|
|
|
Inherited from twisted.application.service.Service :
__getstate__ ,
__providedBy__ ,
disownServiceParent ,
privilegedStartService ,
setName ,
setServiceParent
Inherited from util.ComparableMixin :
__cmp__ ,
__hash__
|
|
__implements__ = IChangeSource, service.Service.__implements__
|
|
compare_attrs = ["server_addr", "trusted_keys", "db_path", "po...
|
|
parent = None
hash(x)
|
|
done_revisions = []
|
|
last_revision = None
hash(x)
|
|
loop = None
hash(x)
|
|
d = None
hash(x)
|
|
tmpfile = None
hash(x)
|
|
monotone = None
hash(x)
|
|
volatile = ["loop", "d", "tmpfile", "monotone"]
|
Inherited from twisted.application.service.Service :
__implemented__ ,
__provides__ ,
name ,
running
|