# HG changeset patch # User Jeff Hammel # Date 1296868593 28800 # Node ID 98e3594f29289447f61f84f2d5bf8c227a157a86 # Parent 2d5b78d3411ca29ad56e0c30a541c2cfa9a735ba notes on the pollers diff -r 2d5b78d3411c -r 98e3594f2928 README.txt --- a/README.txt Fri Feb 04 17:14:46 2011 -0800 +++ b/README.txt Fri Feb 04 17:16:33 2011 -0800 @@ -207,7 +207,10 @@ The generated ``master.cfg`` polls for changes on the given source, then uses ``buildbot.schedulers.filter:Changefilter`` in conjunction -with a ``Scheduler`` to trigger the appropriate builds. +with a ``Scheduler`` to trigger the appropriate builds. This is done +by ``GitPoller`` and ``HgPoller`` in +``autobot.changes.poller``. Again, more pollers can be added as +needed or the provided buildbot change sources may be utilized. While, in general, the canonical sources should be specified at the class level, if an appropriate argument (e.g. *hg* or *git*) is passed