mercurial/dirstate.py
branchstable
changeset 15668 8e020155e76c
parent 15550 b2fd4746414a
child 15670 d6c19cfa03ce
--- a/mercurial/dirstate.py	Fri Dec 16 21:09:40 2011 +0900
+++ b/mercurial/dirstate.py	Fri Dec 16 21:09:40 2011 +0900
@@ -69,6 +69,7 @@
         f = {}
         for name in self._map:
             f[util.normcase(name)] = name
+        f['.'] = '.' # prevents useless util.fspath() invocation
         return f
 
     @propertycache