[MERGE][#230567] Faster (local) branch
Andrew Bennetts
andrew at canonical.com
Thu May 29 02:38:34 BST 2008
Robert Collins wrote:
[...]
>
> It was an experimental branch Aaron and I created in London a couple of
> years back; at that time we didn't see a performance gain - but a
> smaller delta now will show up more - we have moved the goalposts a long
> way.
>
> however - os.open() still honours umask, which as I recall is why we
> discarded the branch.
umasks don't cause the execute bit to be set by default, though:
$ umask 0000
$ touch 0000
$ umask 0777
$ touch 0777
$ ls -l
total 0
-rw-rw-rw- 1 andrew andrew 0 2008-05-29 11:36 0000
---------- 1 andrew andrew 0 2008-05-29 11:36 0777
-Andrew.
More information about the bazaar
mailing list