# HG changeset patch # User Jeff Hammel # Date 1383632745 28800 # Node ID 798b747b65d657b32d2d68be3c4b47004e6c4370 # Parent 33c5e632d50e526f522d05045a1a000d4dd7dc6a foo diff -r 33c5e632d50e -r 798b747b65d6 commitwatcher/event.py --- a/commitwatcher/event.py Mon Nov 04 21:41:37 2013 -0800 +++ b/commitwatcher/event.py Mon Nov 04 22:25:45 2013 -0800 @@ -15,4 +15,4 @@ """events based on paths""" def match(self, commit): - pass # TODO: move path handling -> commit object + pass # TODO: move path handling -> commit object