projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ee388
)
Subversion extractor is known good.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Oct 2012 00:41:07 +0000
(20:41 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Oct 2012 00:41:07 +0000
(20:41 -0400)
irkerhook.py
patch
|
blob
|
history
diff --git
a/irkerhook.py
b/irkerhook.py
index a67bd4035d1cac52c0570691981b899a370416a3..cd4a130ef62c44c5c3d0bc5ebc6ed1ab0a6b534e 100755
(executable)
--- a/
irkerhook.py
+++ b/
irkerhook.py
@@
-187,7
+187,7
@@
class GitExtractor(GenericExtractor):
class SvnExtractor(GenericExtractor):
"Metadata extraction for the svn version control system."
def __init__(self, arguments):
- GenericExtractor.__init__(self)
+ GenericExtractor.__init__(self
, arguments
)
self.commit = None
# Some things we need to have before metadata queries will work
for tok in arguments: