comparison mercurial/help/config.txt @ 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 c401be738268
comparison
equal deleted inserted replaced
32081:a6865b35a10d 32082:202b86a509e0
434 434
435 ``commands`` 435 ``commands``
436 ------------ 436 ------------
437 437
438 ``status.relative`` 438 ``status.relative``
439 Make paths in ``hg status`` output relative to the current directory. 439 Make paths in :hg:`status` output relative to the current directory.
440 (default: False) 440 (default: False)
441 441
442 ``update.requiredest`` 442 ``update.requiredest``
443 Require that the user pass a destination when running ``hg update``. 443 Require that the user pass a destination when running :hg:`update`.
444 For example, ``hg update .::`` will be allowed, but a plain ``hg update`` 444 For example, :hg:`update .::` will be allowed, but a plain :hg:`update`
445 will be disallowed. 445 will be disallowed.
446 (default: False) 446 (default: False)
447 447
448 ``committemplate`` 448 ``committemplate``
449 ------------------ 449 ------------------