##// END OF EJS Templates
doc: fix incorrect use of rst hg role in help text
FUJIWARA Katsunori -
r29648:94c5273c stable
parent child Browse files
Show More
@@ -4838,7 +4838,7 b' def import_(ui, repo, patch1=None, *patc'
4838 resulting changeset has a different ID than the one recorded in
4838 resulting changeset has a different ID than the one recorded in
4839 the patch. This will guard against various ways that portable
4839 the patch. This will guard against various ways that portable
4840 patch formats and mail systems might fail to transfer Mercurial
4840 patch formats and mail systems might fail to transfer Mercurial
4841 data or metadata. See ':hg: bundle' for lossless transmission.
4841 data or metadata. See :hg:`bundle` for lossless transmission.
4842
4842
4843 Use --partial to ensure a changeset will be created from the patch
4843 Use --partial to ensure a changeset will be created from the patch
4844 even if some hunks fail to apply. Hunks that fail to apply will be
4844 even if some hunks fail to apply. Hunks that fail to apply will be
@@ -1742,7 +1742,7 b' User interface controls.'
1742 Possible values are 'text' and 'curses'.
1742 Possible values are 'text' and 'curses'.
1743
1743
1744 ``interface.chunkselector``
1744 ``interface.chunkselector``
1745 Select the interface for change recording (e.g. :hg:`commit` -i).
1745 Select the interface for change recording (e.g. :hg:`commit -i`).
1746 Possible values are 'text' and 'curses'.
1746 Possible values are 'text' and 'curses'.
1747 This config overrides the interface specified by ui.interface.
1747 This config overrides the interface specified by ui.interface.
1748
1748
General Comments 0
You need to be logged in to leave comments. Login now