[PATCH 2 of 6 STABLE] help: use hg role of mini reST to make hyper link in HTML page
FUJIWARA Katsunori
foozy at lares.dti.ne.jp
Sun Apr 30 20:54:04 UTC 2017
# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1493584732 -32400
# Mon May 01 05:38:52 2017 +0900
# Branch stable
# Node ID 202b86a509e077ee7ac94855f10e6c1f17923b62
# Parent a6865b35a10dab027375ec83189dfda33f614d1b
help: use hg role of mini reST to make hyper link in HTML page
diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
--- a/mercurial/help/config.txt
+++ b/mercurial/help/config.txt
@@ -436,12 +436,12 @@ effect and style see :hg:`help color`.
------------
``status.relative``
- Make paths in ``hg status`` output relative to the current directory.
+ Make paths in :hg:`status` output relative to the current directory.
(default: False)
``update.requiredest``
- Require that the user pass a destination when running ``hg update``.
- For example, ``hg update .::`` will be allowed, but a plain ``hg update``
+ Require that the user pass a destination when running :hg:`update`.
+ For example, :hg:`update .::` will be allowed, but a plain :hg:`update`
will be disallowed.
(default: False)
More information about the Mercurial-devel
mailing list