Mercurial > hg > CommitWatcher
changeset 18:53533334469f
commitwatcher/agent.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 28 Sep 2013 10:55:49 -0700 |
parents | 9ec036da252e |
children | 091fd9f40b05 |
files | commitwatcher/agent.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'):