diff --git a/mercurial/commands.py b/mercurial/commands.py index 9b6dc989f02b2ccffcd8aec5cff4ddc93846e57b_bWVyY3VyaWFsL2NvbW1hbmRzLnB5..94c5273c7d5dfc325e3fbb4c0dea38a81eca22c0_bWVyY3VyaWFsL2NvbW1hbmRzLnB5 100644 --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -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 diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt index 9b6dc989f02b2ccffcd8aec5cff4ddc93846e57b_bWVyY3VyaWFsL2hlbHAvY29uZmlnLnR4dA==..94c5273c7d5dfc325e3fbb4c0dea38a81eca22c0_bWVyY3VyaWFsL2hlbHAvY29uZmlnLnR4dA== 100644 --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -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.