Show warning when core.ignoreCase is truev170101
commitfb05ce5b7bb549ef5dbfeaa4ec5740b78c4adcbe
authorEmilian Bold <emilian.bold@gmail.com>
Fri, 30 Dec 2016 19:47:01 +0000 (30 21:47 +0200)
committerFrej Drejhammar <frej.drejhammar@gmail.com>
Sun, 1 Jan 2017 14:02:16 +0000 (1 15:02 +0100)
treeaa8f8836e45b71571499a8da4a7ea1bbb1e5bab8
parent01d71a2d3fd6b992b32f909a653996dd6911d290
Show warning when core.ignoreCase is true

When core.ignoreCase is true, which it is by default on OSX,
fast-import will produce empty changesets for renames that just change
the case of the file name. As this most probably is not the desired
behavior, trigger an error but allow the conversion to proceed if
--force is used.
hg-fast-export.sh