.bzr vs _bzr etc
Jan Hudec
bulb at ucw.cz
Thu Dec 1 08:03:01 GMT 2005
On Thu, Dec 01, 2005 at 07:52:54 +0200, Jari Aalto wrote:
> Martin Pool <mbp at sourcefrog.net> writes:
>
> | On 19 Nov 2005, David Clymer <david at zettazebra.com> wrote:
> |
> | > Would it be possible to support both _bzr and .bzr? In other words, have
> | > bzr use the first one it finds, perhaps adding a switch to bzr init to
> | > allow the user to specify one or the other prefix. It could default to
> | > _bzr on windows and .bzr on *nix.
> |
> | Yes, it would be possible and I think we will end up doing that.
>
> NOTE: Win32/Cygwin people prefer .bzr, so before making "_bzr" default
> under windows needs to check environment variable CYGWIN first.
Python cygwin says:
>>> os.name
'posix'
... and should be treated as that.
There is a problem with CYGWIN environment variable, that you can call
the program from both cygwin and native shell and it should NOT depend
on that. So I think looking whether the python is a cygwin one or a
native one is better.
--
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/20051201/20d25ecc/attachment.pgp
More information about the bazaar
mailing list