Package buildbot :: Package changes :: Module changes
[frames] | no frames]

Module changes

source code

Classes
  Change
I represent a single change to the source tree.
  ChangeMaster
This is the master-side service which receives file change notifications from CVS.
  TestChangeMaster
A ChangeMaster for use in tests that does not save itself
Variables
  html_tmpl = '\n<p>Changed by: <b>%(who)s</b><br />\nChanged at...
  __package__ = 'buildbot.changes'
Variables Details

html_tmpl

Value:
'''
<p>Changed by: <b>%(who)s</b><br />
Changed at: <b>%(at)s</b><br />
%(branch)s
%(revision)s
<br />

Changed files:
...