# HG changeset patch # User Jeff Hammel # Date 1383649386 28800 # Node ID cd590e1722d62ad6f7095d00b22daca402719108 # Parent ce31890ac3cd119422e9e3580223295b010fa3e7 dup diff -r ce31890ac3cd -r cd590e1722d6 commitwatcher/store.py --- a/commitwatcher/store.py Tue Nov 05 02:23:11 2013 -0800 +++ b/commitwatcher/store.py Tue Nov 05 03:03:06 2013 -0800 @@ -29,10 +29,6 @@ return self.store(commit) - @abstractmethod - def paths(self, *commits): - """return all paths touched for a given commit""" - def ancestry(self, path): sep = '/' # unix/url-style separators path = path.split('/')