# HG changeset patch # User Jeff Hammel # Date 1380744818 25200 # Node ID 60a67934c64edda11310ef565f34e8128da4ec81 # Parent e65090645a180a1c2ff6f2ac4270901c9a6745ca commitwatcher/store.py diff -r e65090645a18 -r 60a67934c64e commitwatcher/store.py --- a/commitwatcher/store.py Wed Oct 02 12:37:09 2013 -0700 +++ b/commitwatcher/store.py Wed Oct 02 13:13:38 2013 -0700 @@ -47,4 +47,4 @@ for path in self.ancestry(f): self.path_to_commit.set_default(path, []).append(commit) # TODO: worry about commit order - raise NotImplementedError +