Mercurial > hg > CommitWatcher
view commitwatcher/agent.py @ 1:4e24f3c6610c
agent
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 26 Sep 2013 05:11:57 -0700 |
parents | |
children | 4cb3971d9d9d |
line wrap: on
line source
""" agents to gather commits """ class Agent(object): """abstract base class""" class LocalCheckoutAgent(object): """agent based on local checkouts""" class FeedAgent(Agent): """gathers changesets by reading RSS/Atom"""