axtl / caseguard

A case-folding collision prevention extension for Mercurial. (This extension is not needed for users of hg >= 1.9, as case-folding and non-portable filename protection is built it now.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caseguard

NOTE: This extension is no longer needed as of hg >= 1.9, as this functionality is now built-in.


Caseguard protects repositories against name-related problems:

  1. 'folding case' where filenames with only case differences cause problems on non-case-preserving systems (Windows, OS X in default configuration)
  2. 'non-portable file names' that trigger issues, particularly on Windows; (list]

About

A case-folding collision prevention extension for Mercurial. (This extension is not needed for users of hg >= 1.9, as case-folding and non-portable filename protection is built it now.)


Languages

Language:Python 71.7%Language:Shell 28.3%