Tree Transform passing all tests, plus abuse
Jan Hudec
bulb at ucw.cz
Sat Feb 11 13:48:03 GMT 2006
On Fri, Feb 10, 2006 at 17:42:01 -0600, John A Meinel wrote:
> For 'supports executable' should we use os.name != 'nt', or sys.platform
> == 'win32'
I'd say not sys.platform in ('win32', 'cygwin') -- cygwin does not support
chmod either.
In fact it would be best to try whether chmod works for each particular
bzr-dir when creating it though, because fat or ntfs does not support
executable even if accessed from unix and nfs may support it when accessed
from cygwin.
> I don't know if win9x are supported platforms, but supports_executable()
> would say that they do support the execute bit (when they don't).
--
Jan 'Bulb' Hudec <bulb at ucw.cz>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060211/eba2aee1/attachment.pgp
More information about the bazaar
mailing list