Mercurial > hg > CommitWatcher
comparison commitwatcher/agent.py @ 7:296af1d32b6a
commitwatcher/agent.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 27 Sep 2013 13:43:37 -0700 |
parents | 883c88b13142 |
children | 2061b13f7aad |
comparison
equal
deleted
inserted
replaced
6:883c88b13142 | 7:296af1d32b6a |
---|---|
34 feed = feedparser.parse(self.feed()) | 34 feed = feedparser.parse(self.feed()) |
35 for entry in feedparser['entries']: | 35 for entry in feedparser['entries']: |
36 | 36 |
37 # get paths from diff | 37 # get paths from diff |
38 link = entry['link'] | 38 link = entry['link'] |
39 print link | |
39 # TODO | 40 # TODO |
40 | 41 |
41 commit = Commit() | 42 # TODO commit = Commit() |