Mercurial > hg-stable
changeset 14160:a881a058823c
hgrc.5: mention new 'case collision' handling for ui.portablefilenames
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Mon, 02 May 2011 00:04:49 +0200 |
parents | a4049424cb51 |
children | 8a0fca925992 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Sun May 01 20:29:44 2011 +0200 +++ b/doc/hgrc.5.txt Mon May 02 00:04:49 2011 +0200 @@ -935,7 +935,8 @@ If set to ``warn`` (or ``true``), a warning message is printed on POSIX platforms, if a file with a non-portable filename is added (e.g. a file with a name that can't be created on Windows because it contains reserved - parts like ``AUX`` or reserved characters like ``:``). + parts like ``AUX``, reserved characters like ``:``, or would cause a case + collision with an existing file). If set to ``ignore`` (or ``false``), no warning is printed. If set to ``abort``, the command is aborted. On Windows, this configuration option is ignored and the command aborted.