]> Cypherpunks repositories - gostls13.git/commit
add "hg gofmt" to run all modified files through gofmt.
authorRuss Cox <rsc@golang.org>
Thu, 5 Nov 2009 07:43:55 +0000 (23:43 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 5 Nov 2009 07:43:55 +0000 (23:43 -0800)
commitd8e0d9a7780a587ee017a3f25a4a890a369b36a7
treefdcebf7c0a365279adf8a004b96e405912605940
parented494c6398cf5172d2af7b9839583661e0cffbc0
add "hg gofmt" to run all modified files through gofmt.

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
lib/codereview/codereview.py