# HG changeset patch # User Bryan O'Sullivan # Date 1238133711 25200 # Node ID 4d26453ef45977d5f02408cacab8759313672f6b # Parent e0a4ba81f88847adeb7371c0c8737eb6ad379f61 Fix reviewers script. diff -r e0a4ba81f888 -r 4d26453ef459 web/hgbook/reviewers.py --- a/web/hgbook/reviewers.py Thu Mar 26 22:07:30 2009 -0700 +++ b/web/hgbook/reviewers.py Thu Mar 26 23:01:51 2009 -0700 @@ -52,7 +52,7 @@ total = 0 for r in c.fetchall(): r = r[0].decode('utf-8') - if r in ("Bryan O'Sullivan", 'John Goerzen', 'Don Stewart'): + if r in ("Bryan O'Sullivan",): continue total += 1 m = mappings.get(r.lower())