Mercurial > hg
changeset 24605:98744856b7d3
util: add normcase spec and fallback
These will be used in upcoming patches to efficiently create a dirstate
foldmap.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Wed, 01 Apr 2015 00:38:56 -0700 |
parents | ce8dd4fd2d5d |
children | e4a733c34bc6 |
files | mercurial/util.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/util.py Fri Apr 03 22:44:25 2015 +0200 +++ b/mercurial/util.py Wed Apr 01 00:38:56 2015 -0700 @@ -48,6 +48,8 @@ nlinks = platform.nlinks normpath = platform.normpath normcase = platform.normcase +normcasespec = platform.normcasespec +normcasefallback = platform.normcasefallback openhardlinks = platform.openhardlinks oslink = platform.oslink parsepatchoutput = platform.parsepatchoutput