Age | Commit message (Expand) | Author | Files | Lines |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -25/+116 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -2/+7 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -17/+32 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -25/+180 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -1532/+1073 |
2010-06-30 | codereview: allow multiple email addresses in CONTRIBUTORS | Russ Cox | 1 | -17/+33 |
2010-06-09 | codereview: avoid exception in match | Paolo Giarrusso | 1 | -1/+2 |
2010-05-24 | codereview: work better with mq | Peter Williams | 1 | -4/+14 |
2010-04-10 | codereview: Mention that deleting a CL is a use of 'hg change' in its header. | David Symonds | 1 | -2/+2 |
2010-03-03 | codereview.py: fix for compatibility with hg >=1.4.3 | Andrew Gerrand | 1 | -1/+1 |
2010-01-28 | codereview: make sure each mail has a reviewer | Russ Cox | 1 | -2/+10 |
2010-01-27 | codereview: correct handling of files created with hg cp | Russ Cox | 1 | -5/+2 |
2010-01-20 | codereview: accommodate recent change to ui.prompt | Russ Cox | 1 | -2/+11 |
2010-01-13 | codereview: split name list only on commas; some user names have spaces | Russ Cox | 2 | -15/+17 |
2010-01-09 | codereview: do not send mail when submitting for others | Russ Cox | 1 | -20/+20 |
2010-01-07 | codereview: repeated hg mail sends "PTAL" | Russ Cox | 1 | -9/+29 |
2009-12-15 | codereview: add golang-dev@googlegroups.com | Russ Cox | 1 | -40/+33 |
2009-12-13 | Ported godefs to Windows. | Hector Chu | 1 | -0/+2 |
2009-12-03 | codereview: do not gofmt deleted files | Russ Cox | 1 | -0/+1 |
2009-12-02 | codereview: move reviewers to cc line after submit, | Russ Cox | 1 | -11/+18 |
2009-12-02 | lxml.etree is the wrong location for this alt package | Devon H. O'Dell | 1 | -1/+1 |
2009-12-02 | xml.etree can also be lxml.etree (e.g. CentOS 5.4 with Python 2.4.3) | Devon H. O'Dell | 1 | -1/+4 |
2009-11-30 | Ports of lib9, libbio and libmach to Windows. | Hector Chu | 1 | -1/+1 |
2009-11-30 | codereview: allow editing of local CL description | Russ Cox | 1 | -1/+8 |
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w test/bench | Russ Cox | 1 | -1/+2 |
2009-11-20 | codereview: handle UTF-8 in message descriptions | Russ Cox | 1 | -1/+1 |
2009-11-20 | codereview: make hg sync work with Mercurial 1.4 | Russ Cox | 1 | -10/+21 |
2009-11-17 | codereview: more attempts at robustness in the face of unexpected exceptions | Russ Cox | 1 | -36/+39 |
2009-11-17 | codereview: handle spaces and other unexpected chars in nicknames | Russ Cox | 1 | -1/+3 |
2009-11-17 | case insensitive matching in CONTRIBUTORS file | Rob Pike | 1 | -1/+1 |
2009-11-17 | codereview: discard \r characters (sigh) | Russ Cox | 1 | -0/+2 |
2009-11-17 | codereview: add clpatch --ignore_hgpatch_errors. | Russ Cox | 1 | -1/+2 |
2009-11-17 | Pass ui into PostMessage to avoid nasty/confusing exception | Devon H. O'Dell | 1 | -4/+4 |
2009-11-12 | codereview: clpatch tweaks | Russ Cox | 1 | -3/+7 |
2009-11-10 | default to codereview.appspot.com | Russ Cox | 1 | -6/+1 |
2009-11-08 | make hg mail more forgiving: | Russ Cox | 1 | -2/+7 |
2009-11-08 | assorted cleanup | Russ Cox | 1 | -1/+9 |
2009-11-08 | another attempt at utf-8 uploads. | Russ Cox | 1 | -7/+7 |
2009-11-07 | fix authentication in parallel LoadAllCL | Russ Cox | 1 | -4/+11 |
2009-11-07 | require Mercurial 1.3 again (how did that get dropped?) | Russ Cox | 1 | -17/+40 |
2009-11-06 | codereview: print gofmt message when aborting | Russ Cox | 1 | -3/+3 |
2009-11-06 | make temporary google.com -> golang.org hack more sophisticated | Russ Cox | 1 | -8/+8 |
2009-11-06 | require gofmt for all $GOROOT/src/.../*.go. | Russ Cox | 1 | -8/+31 |
2009-11-05 | fix UTF-8 upload bug | Russ Cox | 1 | -4/+7 |
2009-11-05 | codereview: new commands | Russ Cox | 1 | -31/+231 |
2009-11-05 | add -l flag to hg gofmt. | Russ Cox | 1 | -4/+9 |
2009-11-04 | add "hg gofmt" to run all modified files through gofmt. | Russ Cox | 1 | -12/+93 |
2009-11-04 | avoid infinite recursion in matcher. | Russ Cox | 1 | -15/+79 |
2009-11-04 | various tweaks to code review. | Russ Cox | 1 | -10/+27 |
2009-11-02 | rietveld does not like code reviews with subjects longer than 100 characters,... | Russ Cox | 1 | -1/+3 |