Mercurial > hg > CommitWatcher
diff commitwatcher/store.py @ 42:cd590e1722d6
dup
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 05 Nov 2013 03:03:06 -0800 |
parents | b04538e7f9f3 |
children | ef90a853afd1 |
line wrap: on
line diff
--- 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('/')