Message12036

Author danchr
Recipients MikeHoward, djc, pmezard, smarks
Date 2010-03-12.22:16:09
Content
In order to fix this bug, it would seem so. On the Mercurial list, Adrian 
Buehlmann mentioned a similar Windows bug, filed as issue1713.

I don't know much about how fncache actually works, but it seems to me that it 
would be preferable to avoid ever creating files whose names begin with a dot 
or a space. While ‘.[^_]*’ should be safe, such files are normally hidden in 
shells, and that seems inappropriate for the store.
History
Date User Action Args
2010-03-12 22:16:09danchrsetmessageid: <1268432169.41.0.268237999207.issue1788@mercurial.selenic.com>
2010-03-12 22:16:09danchrsetrecipients: + pmezard, smarks, djc, MikeHoward
2010-03-12 22:16:09danchrlinkissue1788 messages
2010-03-12 22:16:09danchrcreate