Mercurial > hg
changeset 29648:94c5273c7d5d stable
doc: fix incorrect use of rst hg role in help text
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Mon, 01 Aug 2016 06:08:27 +0900 |
parents | 9b6dc989f02b |
children | 512611246ea4 |
files | mercurial/commands.py mercurial/help/config.txt |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Aug 01 06:08:26 2016 +0900 +++ b/mercurial/commands.py Mon Aug 01 06:08:27 2016 +0900 @@ -4838,7 +4838,7 @@ 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
--- a/mercurial/help/config.txt Mon Aug 01 06:08:26 2016 +0900 +++ b/mercurial/help/config.txt Mon Aug 01 06:08:27 2016 +0900 @@ -1742,7 +1742,7 @@ 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.