[PATCH V1] osutil: treat open modes 'w' and 'a' as 'w+' and 'a+' in posixfile

Benoit Boissinot benoit.boissinot at ens-lyon.org
Sun Jan 16 11:13:55 CST 2011


On Sun, Jan 16, 2011 at 12:14:33AM +0100, Adrian Buehlmann wrote:
> # HG changeset patch
> # User Adrian Buehlmann <adrian at cadifra.com>
> # Date 1295132041 -3600
> # Node ID 60a7dd44944b0a46cda04c1ccb847a1235389c99
> # Parent  a5db81b5d3e9aeb56f966b268b6089ccdbafe2a2
> osutil: treat open modes 'w' and 'a' as 'w+' and 'a+' in posixfile
> 
> to work around http://support.microsoft.com/kb/899149.

Queued, thanks!

Benoit

> +	}
> +	else {

nitpick: should be on the same line.

-- 
:wq


More information about the Mercurial-devel mailing list