Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/196050
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194118
|
|
Fixes issue 525.
R=r
CC=golang-dev
http://codereview.appspot.com/190044
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/184069
|
|
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
|
|
also send out hg mail for TBR submits
R=r
CC=golang-dev
http://codereview.appspot.com/183137
|
|
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
|
|
R=rsc
http://codereview.appspot.com/164049
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
http://codereview.appspot.com/164083
|
|
so that the issue stops showing up on the
per-reviewer dashboard page.
R=r
http://codereview.appspot.com/164075
|
|
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>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/164053
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/157159
Committer: Russ Cox <rsc@golang.org>
|
|
between hg clpatch and hg submit.
R=r
http://codereview.appspot.com/162059
|
|
except chameneosredux which i know is being edited
require gofmt for test/bench
R=r
http://codereview.appspot.com/157110
|
|
what a terrible way to implement strings
R=r
http://codereview.appspot.com/156116
|
|
R=r
http://codereview.appspot.com/157102
|
|
R=r
http://codereview.appspot.com/156062
|
|
R=r
http://codereview.appspot.com/157053
|
|
R=rsc
http://codereview.appspot.com/157043
|
|
R=r
http://codereview.appspot.com/157041
|
|
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
|
|
R=rsc
http://codereview.appspot.com/155079
Committer: Russ Cox <rsc@golang.org>
|
|
R=agl1
http://codereview.appspot.com/152114
|
|
R=r
http://codereview.prom.corp.google.com/1026040
|
|
create CL first, even if gofmt is needed
or no reviewers listed.
R=r
http://go/go-review/1025025
|
|
R=r, iant
CC=go-dev
http://go/go-review/1025024
|
|
the last attempt broke uploads of binary files like .png
R=r
http://go/go-review/1026025
|
|
R=r
http://go/go-review/1024018
|
|
avoid deprecation warning about os.popen3
R=r
http://go/go-review/1026018
|
|
R=r
CC=vish
http://go/go-review/1026013
|
|
R=r
http://go/go-review/1024013
|
|
try harder to post messages to rietveld.
R=gri, r
CC=go-dev
http://go/go-review/1024006
|
|
TBR=r
http://go/go-review/1026001
|
|
* clpatch
* download
* submit, on behalf of clpatch
stir hgpatch to fix a few bugs
R=r
CC=go-dev
http://go/go-review/1016051
|
|
don't apply gofmt to non-go files during upload check.
R=r
http://go/go-review/1016048
|
|
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
|
|
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
|
|
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
|
|
characters, so trim the line pulled out of the description to avoid the limit.
R=r
http://go/go-review/1016027
|
|
R=r
http://go/go-review/1016021
|
|
* 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
|
|
R=r
CC=go-dev
http://go/go-review/1012007
|
|
R=r
http://go/go-review/1013007
|
|
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
|