summaryrefslogtreecommitdiff
path: root/lib/codereview/codereview.py
AgeCommit message (Expand)AuthorFilesLines
2009-11-20codereview: handle UTF-8 in message descriptionsRuss Cox1-1/+1
2009-11-20codereview: make hg sync work with Mercurial 1.4Russ Cox1-10/+21
2009-11-17codereview: more attempts at robustness in the face of unexpected exceptionsRuss Cox1-36/+39
2009-11-17codereview: handle spaces and other unexpected chars in nicknamesRuss Cox1-1/+3
2009-11-17case insensitive matching in CONTRIBUTORS fileRob Pike1-1/+1
2009-11-17codereview: discard \r characters (sigh)Russ Cox1-0/+2
2009-11-17codereview: add clpatch --ignore_hgpatch_errors.Russ Cox1-1/+2
2009-11-17Pass ui into PostMessage to avoid nasty/confusing exceptionDevon H. O'Dell1-4/+4
2009-11-12codereview: clpatch tweaksRuss Cox1-3/+7
2009-11-10default to codereview.appspot.comRuss Cox1-6/+1
2009-11-08make hg mail more forgiving:Russ Cox1-2/+7
2009-11-08assorted cleanupRuss Cox1-1/+9
2009-11-08another attempt at utf-8 uploads.Russ Cox1-7/+7
2009-11-07fix authentication in parallel LoadAllCLRuss Cox1-4/+11
2009-11-07require Mercurial 1.3 again (how did that get dropped?)Russ Cox1-17/+40
2009-11-06codereview: print gofmt message when abortingRuss Cox1-3/+3
2009-11-06make temporary google.com -> golang.org hack more sophisticatedRuss Cox1-8/+8
2009-11-06require gofmt for all $GOROOT/src/.../*.go.Russ Cox1-8/+31
2009-11-05fix UTF-8 upload bugRuss Cox1-4/+7
2009-11-05codereview: new commandsRuss Cox1-31/+231
2009-11-05add -l flag to hg gofmt.Russ Cox1-4/+9
2009-11-04add "hg gofmt" to run all modified files through gofmt.Russ Cox1-12/+93
2009-11-04avoid infinite recursion in matcher.Russ Cox1-15/+79
2009-11-04various tweaks to code review.Russ Cox1-10/+27
2009-11-02rietveld does not like code reviews with subjects longer than 100 characters,...Russ Cox1-1/+3
2009-11-01code review: avoid subject changes, fix http_proxy submit bugRuss Cox1-11/+25
2009-11-01code review fixesRuss Cox1-188/+282
2009-10-22add codereview-login commandRuss Cox1-0/+15
2009-10-22fix handling of escaped characters like ' " & < >Russ Cox1-4/+3
2009-10-22Initial checkin of codereview plugin.Russ Cox1-0/+2575