changeset 42:cd590e1722d6

dup
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 05 Nov 2013 03:03:06 -0800
parents ce31890ac3cd
children ef90a853afd1
files commitwatcher/store.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
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('/')