doc: fix incorrect use of rst hg role in help text

This commit is contained in:
FUJIWARA Katsunori 2016-08-01 06:08:27 +09:00
parent 7d27fc4948
commit 9e475c7395
2 changed files with 2 additions and 2 deletions

View File

@ -4838,7 +4838,7 @@ def import_(ui, repo, patch1=None, *patches, **opts):
resulting changeset has a different ID than the one recorded in
the patch. This will guard against various ways that portable
patch formats and mail systems might fail to transfer Mercurial
data or metadata. See ':hg: bundle' for lossless transmission.
data or metadata. See :hg:`bundle` for lossless transmission.
Use --partial to ensure a changeset will be created from the patch
even if some hunks fail to apply. Hunks that fail to apply will be

View File

@ -1742,7 +1742,7 @@ User interface controls.
Possible values are 'text' and 'curses'.
``interface.chunkselector``
Select the interface for change recording (e.g. :hg:`commit` -i).
Select the interface for change recording (e.g. :hg:`commit -i`).
Possible values are 'text' and 'curses'.
This config overrides the interface specified by ui.interface.