Show More
@@ -69,6 +69,7 b' class dirstate(object):' | |||||
69 | f = {} |
|
69 | f = {} | |
70 | for name in self._map: |
|
70 | for name in self._map: | |
71 | f[util.normcase(name)] = name |
|
71 | f[util.normcase(name)] = name | |
|
72 | f['.'] = '.' # prevents useless util.fspath() invocation | |||
72 | return f |
|
73 | return f | |
73 |
|
74 | |||
74 | @propertycache |
|
75 | @propertycache |
General Comments 0
You need to be logged in to leave comments.
Login now