]> Cypherpunks repositories - gostls13.git/commit
codereview: consistent indent, cut dead code
authorRuss Cox <rsc@golang.org>
Thu, 26 Aug 2010 22:24:14 +0000 (18:24 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 26 Aug 2010 22:24:14 +0000 (18:24 -0400)
commit3b226f9886faffc62c4f1b7b5adeebf0b2cb7a8f
treeb8db19c43ef3f08819671b02c058227c174ccfa9
parentc606b964a06459c6522b4649bfee2e6d21c65695
codereview: consistent indent, cut dead code

End the charade (farce?) that we are using upload.py unaltered.
Cut all the unused stuff.
Indent using tabs to match the rest of the file.

Next: rewrite MercurialVCS to use mercurial package,
to avoid overhead of forking off a new hg command
multiple times for every file.  And parallelize upload.

R=gri
CC=golang-dev
https://golang.org/cl/2009046
lib/codereview/codereview.py