# HG changeset patch # User Jeff Hammel # Date 1380390949 25200 # Node ID 53533334469fe9987812f2d0b9f918b4221b0479 # Parent 9ec036da252e97acb7fba1ce54f29246234ccfab commitwatcher/agent.py diff -r 9ec036da252e -r 53533334469f commitwatcher/agent.py --- a/commitwatcher/agent.py Sat Sep 28 10:19:12 2013 -0700 +++ b/commitwatcher/agent.py Sat Sep 28 10:55:49 2013 -0700 @@ -77,7 +77,7 @@ a_b[i] = a_b[i][len(prefix):] break - # TODO: could break this in to added, modified, removed, renamed + # added, modified, removed, renamed if a_b['source'] == a_b['target']: files.setdefault('modified', set()).add(a_b['source']) elif a_b['source'] in ('/dev/null', 'dev/null'):