changeset 32082:202b86a509e0 stable

help: use hg role of mini reST to make hyper link in HTML page
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 01 May 2017 05:38:52 +0900
parents a6865b35a10d
children 1c911adebf48
files mercurial/help/config.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/config.txt	Mon May 01 05:35:57 2017 +0900
+++ b/mercurial/help/config.txt	Mon May 01 05:38:52 2017 +0900
@@ -436,12 +436,12 @@
 ------------
 
 ``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)