From 111fcf15799c8bda58e3b9eb73fd5c8fa7ac5801 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 11 Dec 2012 13:36:43 -0500 Subject: [PATCH] doc/contribute: mention 'hg help codereview' R=golang-dev, iant CC=golang-dev https://golang.org/cl/6932053 --- doc/contribute.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/contribute.html b/doc/contribute.html index 683c387373..694de5467a 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -110,6 +110,11 @@ The username information will not be used unless you are a committer (see below), but Mercurial complains if it is missing.

+

+After adding the extension, hg help codereview +will show documentation for its commands. +

+

Log in to the code review site.

-- 2.48.1