From: Patrick Higgins Date: Thu, 6 Jun 2013 04:09:43 +0000 (-0700) Subject: doc/contribute: add "Understanding the extension" section X-Git-Tag: go1.2rc2~1313 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6bf6cae28ee008a47cb23d6b80167cb6f45a8973;p=gostls13.git doc/contribute: add "Understanding the extension" section Fixes #4996 R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/7547043 --- diff --git a/doc/contribute.html b/doc/contribute.html index c659de6177..716a1849e5 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -110,11 +110,25 @@ The username information will not be used unless you are a committer (see below), but Mercurial complains if it is missing.

+

Understanding the extension

+ +

After adding the code review extension, you can run

+ +
+$ hg help codereview
+
+ +

to learn more about its commands. To learn about a specific code-review-specific +command such as change, run

+ +
+$ hg help change
+
+

-After adding the extension, hg help codereview -will show documentation for its commands. As the codereview extension is only -enabled for your checkout in $GOROOT, the remainder of this -document assumes you are inside $GOROOT when issuing commands. +As the codereview extension is only enabled for your checkout +in $GOROOT, the remainder of this document assumes you +are inside $GOROOT when issuing commands.