mirror of
https://github.com/golang/go
synced 2024-11-21 15:24:45 -07:00
doc/contribute: add "Understanding the extension" section
Fixes #4996 R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/7547043
This commit is contained in:
parent
f268c295a3
commit
6bf6cae28e
@ -110,11 +110,25 @@ The <code>username</code> information will not be used unless
|
||||
you are a committer (see below), but Mercurial complains if it is missing.
|
||||
</p>
|
||||
|
||||
<h3>Understanding the extension</h3>
|
||||
|
||||
<p>After adding the code review extension, you can run</p>
|
||||
|
||||
<pre>
|
||||
$ hg help codereview
|
||||
</pre>
|
||||
|
||||
<p>to learn more about its commands. To learn about a specific code-review-specific
|
||||
command such as <code>change</code>, run</p>
|
||||
|
||||
<pre>
|
||||
$ hg help change
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
After adding the extension, <code>hg help codereview</code>
|
||||
will show documentation for its commands. As the codereview extension is only
|
||||
enabled for your checkout in <code>$GOROOT</code>, the remainder of this
|
||||
document assumes you are inside <code>$GOROOT</code> when issuing commands.
|
||||
As the codereview extension is only enabled for your checkout
|
||||
in <code>$GOROOT</code>, the remainder of this document assumes you
|
||||
are inside <code>$GOROOT</code> when issuing commands.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user