comparison commitwatcher/store.py @ 24:60a67934c64e

commitwatcher/store.py
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 02 Oct 2013 13:13:38 -0700
parents e65090645a18
children 4c53f4cc6ffe
comparison
equal deleted inserted replaced
23:e65090645a18 24:60a67934c64e
45 for commit in commits: 45 for commit in commits:
46 for f in commit.files: 46 for f in commit.files:
47 for path in self.ancestry(f): 47 for path in self.ancestry(f):
48 self.path_to_commit.set_default(path, []).append(commit) 48 self.path_to_commit.set_default(path, []).append(commit)
49 # TODO: worry about commit order 49 # TODO: worry about commit order
50 raise NotImplementedError 50