Mercurial > hg > CommitWatcher
comparison commitwatcher/event.py @ 37:798b747b65d6
foo
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 04 Nov 2013 22:25:45 -0800 |
parents | 463dc92867df |
children | 97dfcdeb9a4e |
comparison
equal
deleted
inserted
replaced
36:33c5e632d50e | 37:798b747b65d6 |
---|---|
13 | 13 |
14 class PathEventHandler(EventHandler): | 14 class PathEventHandler(EventHandler): |
15 """events based on paths""" | 15 """events based on paths""" |
16 | 16 |
17 def match(self, commit): | 17 def match(self, commit): |
18 pass # TODO: move path handling -> commit object | 18 pass # TODO: move path handling -> commit object |