summaryrefslogtreecommitdiff
path: root/database.py
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2013-08-14 14:55:30 -0600
committerJonathan Corbet <corbet@lwn.net>2013-08-14 14:55:30 -0600
commit04d53b8d070e3487b881cbf574c47f7e65d6d8d6 (patch)
tree3e73dabf2101e6411efb2bc3aa2af4ae12592292 /database.py
parent912a4c12eaac0d789810550152c96ccb6f6cd2e5 (diff)
Add a cheesy first/last versions cranker
This one just reads through the patch stream, tracking where each developer is seen for the first and last time. It uses the new grabpatch().
Diffstat (limited to 'database.py')
-rw-r--r--database.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/database.py b/database.py
index fcf07af..a0cd736 100644
--- a/database.py
+++ b/database.py
@@ -118,7 +118,6 @@ def LookupStoreHacker(name, email, mapunknown = False):
def AllHackers ():
return HackersByID.values ()
-# return [h for h in HackersByID.values ()] # if (h.added + h.removed) > 0]
def DumpDB ():
out = open ('database.dump', 'w')