diff --git a/doc/contribute.html b/doc/contribute.html index 7a80fca012..8320657904 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -110,14 +110,13 @@ command.
 [extensions]
-codereview = YOUR_GO_ROOT/lib/codereview/codereview.py
+codereview = $GOROOT/lib/codereview/codereview.py
 
 [ui]
 username = Your Name <you@server.dom>
 
-

Replace YOUR_GO_ROOT with the value of $GOROOT. -The Mercurial configuration file format does not allow environment variable substitution. +

The username information will not be used unless you are a committer (see below), but Mercurial complains if it is missing.