Bug 26533 - A Script for parsing ChangeLogs and counting reviewers
Summary: A Script for parsing ChangeLogs and counting reviewers
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 71976 28477 32725 72090 72636
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-19 02:40 PDT by Eric Seidel (no email)
Modified: 2013-01-30 19:52 PST (History)
2 users (show)

See Also:


Attachments
script, pass ChangeLog files and it will spit out review counts (6.80 KB, text/x-python-script)
2009-06-19 02:41 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-06-19 02:40:58 PDT
A Script for parsing ChangeLogs and counting reviewers

This script could actually be turned into one which fixed up all the reviewer names (maybe not removing the wrestling names...) :)

I figured I should put it in bugzilla for posterity.
Comment 1 Eric Seidel (no email) 2009-06-19 02:41:27 PDT
Created attachment 31538 [details]
script, pass ChangeLog files and it will spit out review counts
Comment 2 Tor Arne Vestbø 2009-06-19 02:59:33 PDT
Landed in r44851
Comment 3 Tor Arne Vestbø 2009-06-19 02:59:52 PDT
Ooops
Comment 4 Tor Arne Vestbø 2009-06-19 03:25:33 PDT
(In reply to comment #2)
> Landed in r44851
> 

To be clear, this was a comment supposed to go to another bug. Sorry about that :/
Comment 5 Eric Seidel (no email) 2009-08-19 17:45:42 PDT
I think eventually the ChangeLog class will change to be more stateful.  Right now it reads the ChangeLog from disk on every command.  Eventually we'll probably have explicit read/write commands and keep the ChangeLog in memory in a parsed form.  Not sure.