[PATCH 1 of 1] store: encode first space char in filenames (issue1713)

Augie Fackler durin42 at gmail.com
Sat Aug 21 13:25:18 CDT 2010


On Aug 21, 2010, at 1:01 PM, Dirkjan Ochtman wrote:

> On Sat, Aug 21, 2010 at 19:57, Benoit Boissinot <bboissin at gmail.com> wrote:
>> I think it should have its own requirement. (and yes introducing this
>> requirement at the same time as parentdelta is a good idea, reusing
>> the requirement is not)
> 
> +1.
> 
> Can we also do something for that thing on OS X? I believe it was ._
> or .# or something.

Yes, OS X will interpret anything starting with ._ as AppleDouble information, so .DS_Store becomes ._d_s... and then the OS sometimes "helpfully" cleans those files up. Let's fix that at the same time as leading spaces.

> 
> Cheers,
> 
> Dirkjan
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel



More information about the Mercurial-devel mailing list