summaryrefslogtreecommitdiff
path: root/lib/codereview/codereview.py
AgeCommit message (Collapse)AuthorFilesLines
2009-11-04various tweaks to code review.Russ Cox1-10/+27
main one is to check at submit time that user name being used in checkin message is listed in the CONTRIBUTORS file. this should catch misconfigurations. another is to cut the @domain part from the R= and CC= lines on checkin messages, so that cc'ing someone on a change does not mean their email address is recorded for all time. R=r CC=go-dev http://go/go-review/1016036
2009-11-02rietveld does not like code reviews with subjects longer than 100 ↵Russ Cox1-1/+3
characters, so trim the line pulled out of the description to avoid the limit. R=r http://go/go-review/1016027
2009-11-01code review: avoid subject changes, fix http_proxy submit bugRuss Cox1-11/+25
R=r http://go/go-review/1016021
2009-11-01code review fixesRuss Cox1-188/+282
* clean up error handling: show Exception info * white space fixes * clean up output when creating CL * simplify hg change command; add hg file * fix stale cookie bug (thanks iant) * in LoadAllCL, load each CL in a different thread, to parallelize the slow web fetches * throw away support for Mercurial before version 1.3 * add @CL-number file pattern for commands like diff * make hg sync show files being sync'ed R=r http://go/go-review/1016016
2009-10-22add codereview-login commandRuss Cox1-0/+15
R=r CC=go-dev http://go/go-review/1012007
2009-10-22fix handling of escaped characters like ' " & < >Russ Cox1-4/+3
R=r http://go/go-review/1013007
2009-10-22Initial checkin of codereview plugin.Russ Cox1-0/+2575
The master copy is going to live elsewhere, but weAPOSTROPHEll keep a copy in the Go tree so that developers donAPOSTROPHEt have to check out two different repositories. R=r CC=go-dev http://go/go-review/1012006