diff options
author | Vish Subramanian <vish@google.com> | 2009-11-06 17:08:47 -0800 |
---|---|---|
committer | Vish Subramanian <vish@google.com> | 2009-11-06 17:08:47 -0800 |
commit | 741e4db9930af183957df29f63d15b8917e5a22c (patch) | |
tree | a97d2cf1d10e74f56b27dfacc0b3d6832ad9101e | |
parent | 9755a6b36689f5b3805cc720450e652da77be763 (diff) | |
download | golang-741e4db9930af183957df29f63d15b8917e5a22c.tar.gz |
Contribute code instructions to use "hg codereview-login" did not work for me. I had to use
"hg code-login".
R=r, rsc
http://go/go-review/1024012
Committer: Rob Pike <r@golang.org>
-rw-r--r-- | doc/contribute.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contribute.html b/doc/contribute.html index e2df8bb3d..890df3dac 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -250,7 +250,7 @@ you can use it to sign in to the code review server.) <pre> $ cd $GOROOT -$ hg codereview-login +$ hg code-login Email (login for uploading to codereview.appspot.com): rsc@golang.org Password for rsc@golang.org: |