Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-04 | Imported Upstream version 57upstream/57 | Ondřej Surý | 1 | -13/+127 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -27/+160 | |
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 | |
R=r CC=golang-dev http://codereview.appspot.com/1650041 | |||||
2010-06-09 | codereview: avoid exception in match | Paolo Giarrusso | 1 | -1/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1585041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-05-24 | codereview: work better with mq | Peter Williams | 1 | -4/+14 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1140043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-10 | codereview: Mention that deleting a CL is a use of 'hg change' in its header. | David Symonds | 1 | -2/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/903043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-03-03 | codereview.py: fix for compatibility with hg >=1.4.3 | Andrew Gerrand | 1 | -1/+1 | |
hg.parseurl now returns a two-value tuple; codereview.py expected 3. Changed to merely take the first return value. R=rsc, iant CC=golang-dev http://codereview.appspot.com/223087 | |||||
2010-01-28 | codereview: make sure each mail has a reviewer | Russ Cox | 1 | -2/+10 | |
R=r CC=golang-dev http://codereview.appspot.com/196050 | |||||
2010-01-27 | codereview: correct handling of files created with hg cp | Russ Cox | 1 | -5/+2 | |
R=r CC=golang-dev http://codereview.appspot.com/194118 | |||||
2010-01-20 | codereview: accommodate recent change to ui.prompt | Russ Cox | 1 | -2/+11 | |
Fixes issue 525. R=r CC=golang-dev http://codereview.appspot.com/190044 | |||||
2010-01-13 | codereview: split name list only on commas; some user names have spaces | Russ Cox | 1 | -15/+16 | |
R=r CC=golang-dev http://codereview.appspot.com/184069 | |||||
2010-01-09 | codereview: do not send mail when submitting for others | Russ Cox | 1 | -20/+20 | |
rename original_author to copied_from so that it reads better when used as a condition. R=r CC=golang-dev http://codereview.appspot.com/185045 | |||||
2010-01-07 | codereview: repeated hg mail sends "PTAL" | Russ Cox | 1 | -9/+29 | |
also send out hg mail for TBR submits R=r CC=golang-dev http://codereview.appspot.com/183137 | |||||
2009-12-15 | codereview: add golang-dev@googlegroups.com | Russ Cox | 1 | -40/+33 | |
automatically in "hg mail". also, avoid "empty list means all modified files in client" bug R=gri, cw CC=golang-dev http://codereview.appspot.com/174072 | |||||
2009-12-13 | Ported godefs to Windows. | Hector Chu | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/164049 Committer: Russ Cox <rsc@golang.org> | |||||
2009-12-03 | codereview: do not gofmt deleted files | Russ Cox | 1 | -0/+1 | |
R=r http://codereview.appspot.com/164083 | |||||
2009-12-02 | codereview: move reviewers to cc line after submit, | Russ Cox | 1 | -11/+18 | |
so that the issue stops showing up on the per-reviewer dashboard page. R=r http://codereview.appspot.com/164075 | |||||
2009-12-02 | lxml.etree is the wrong location for this alt package | Devon H. O'Dell | 1 | -1/+1 | |
on my linux machine this is the correct one. lxml.etree exists with an ElementTree class, but does not contain an .XML method. R=rsc http://codereview.appspot.com/163082 Committer: Russ Cox <rsc@golang.org> | |||||
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 | |
R=rsc CC=golang-dev http://codereview.appspot.com/164053 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-30 | Ports of lib9, libbio and libmach to Windows. | Hector Chu | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-30 | codereview: allow editing of local CL description | Russ Cox | 1 | -1/+8 | |
between hg clpatch and hg submit. R=r http://codereview.appspot.com/162059 | |||||
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w test/bench | Russ Cox | 1 | -1/+2 | |
except chameneosredux which i know is being edited require gofmt for test/bench R=r http://codereview.appspot.com/157110 | |||||
2009-11-20 | codereview: handle UTF-8 in message descriptions | Russ Cox | 1 | -1/+1 | |
what a terrible way to implement strings R=r http://codereview.appspot.com/156116 | |||||
2009-11-20 | codereview: make hg sync work with Mercurial 1.4 | Russ Cox | 1 | -10/+21 | |
R=r http://codereview.appspot.com/157102 | |||||
2009-11-17 | codereview: more attempts at robustness in the face of unexpected exceptions | Russ Cox | 1 | -36/+39 | |
R=r http://codereview.appspot.com/156062 | |||||
2009-11-17 | codereview: handle spaces and other unexpected chars in nicknames | Russ Cox | 1 | -1/+3 | |
R=r http://codereview.appspot.com/157053 | |||||
2009-11-17 | case insensitive matching in CONTRIBUTORS file | Rob Pike | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/157043 | |||||
2009-11-17 | codereview: discard \r characters (sigh) | Russ Cox | 1 | -0/+2 | |
R=r http://codereview.appspot.com/157041 | |||||
2009-11-17 | codereview: add clpatch --ignore_hgpatch_errors. | Russ Cox | 1 | -1/+2 | |
of limited utility but good for creating the metadata for an AUTHORS/CONTRIBUTORS change even if the patch doesn't apply cleanly. R=r http://codereview.appspot.com/154140 | |||||
2009-11-17 | Pass ui into PostMessage to avoid nasty/confusing exception | Devon H. O'Dell | 1 | -4/+4 | |
R=rsc http://codereview.appspot.com/155079 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-12 | codereview: clpatch tweaks | Russ Cox | 1 | -3/+7 | |
R=agl1 http://codereview.appspot.com/152114 | |||||
2009-11-10 | default to codereview.appspot.com | Russ Cox | 1 | -6/+1 | |
R=r http://codereview.prom.corp.google.com/1026040 | |||||
2009-11-08 | make hg mail more forgiving: | Russ Cox | 1 | -2/+7 | |
create CL first, even if gofmt is needed or no reviewers listed. R=r http://go/go-review/1025025 | |||||
2009-11-08 | assorted cleanup | Russ Cox | 1 | -1/+9 | |
R=r, iant CC=go-dev http://go/go-review/1025024 | |||||
2009-11-08 | another attempt at utf-8 uploads. | Russ Cox | 1 | -7/+7 | |
the last attempt broke uploads of binary files like .png R=r http://go/go-review/1026025 | |||||
2009-11-07 | fix authentication in parallel LoadAllCL | Russ Cox | 1 | -4/+11 | |
R=r http://go/go-review/1024018 | |||||
2009-11-07 | require Mercurial 1.3 again (how did that get dropped?) | Russ Cox | 1 | -17/+40 | |
avoid deprecation warning about os.popen3 R=r http://go/go-review/1026018 | |||||
2009-11-06 | codereview: print gofmt message when aborting | Russ Cox | 1 | -3/+3 | |
R=r CC=vish http://go/go-review/1026013 | |||||
2009-11-06 | make temporary google.com -> golang.org hack more sophisticated | Russ Cox | 1 | -8/+8 | |
R=r http://go/go-review/1024013 | |||||
2009-11-06 | require gofmt for all $GOROOT/src/.../*.go. | Russ Cox | 1 | -8/+31 | |
try harder to post messages to rietveld. R=gri, r CC=go-dev http://go/go-review/1024006 | |||||
2009-11-05 | fix UTF-8 upload bug | Russ Cox | 1 | -4/+7 | |
TBR=r http://go/go-review/1026001 | |||||
2009-11-05 | codereview: new commands | Russ Cox | 1 | -31/+231 | |
* clpatch * download * submit, on behalf of clpatch stir hgpatch to fix a few bugs R=r CC=go-dev http://go/go-review/1016051 | |||||
2009-11-05 | add -l flag to hg gofmt. | Russ Cox | 1 | -4/+9 | |
don't apply gofmt to non-go files during upload check. R=r http://go/go-review/1016048 | |||||
2009-11-04 | add "hg gofmt" to run all modified files through gofmt. | Russ Cox | 1 | -12/+93 | |
add check before Upload, for now disabled by default, that files do not change when run through gofmt. enable by adding [codereview] force_gofmt = True to .hgrc or .hg/hgrc. add doc strings for a few more commands. rename codereview-login to code-login to make module doc visible. R=r CC=gri http://go/go-review/1018056 | |||||
2009-11-04 | avoid infinite recursion in matcher. | Russ Cox | 1 | -15/+79 | |
after sync (or sync --local), clean up repository: * look for and close CLs submitted on our behalf * remove unmodified files from CLs * warn about empty CLs R=r http://go/go-review/1017029 |