Mercurial > hg > CommitWatcher
comparison commitwatcher/store.py @ 6:883c88b13142
commitwatcher/agent.py commitwatcher/store.py mozbasewatcher.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 27 Sep 2013 13:03:40 -0700 |
parents | d85093ba9f45 |
children | a8e21cfda5fe |
comparison
equal
deleted
inserted
replaced
5:d85093ba9f45 | 6:883c88b13142 |
---|---|
1 from abc import abstractmethod | 1 from abc import abstractmethod |
2 | |
3 __all__ = ['CommitStore', 'MemoryStore'] | |
2 | 4 |
3 class CommitStore(object): | 5 class CommitStore(object): |
4 """ | 6 """ |
5 ABC for commits | 7 ABC for commits |
6 """ | 8 """ |