[MERGE] Make typing 'bzr' under win98 do something useful

Alexander Belchenko bialix at ukr.net
Wed Jun 27 05:33:30 BST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

John Arbash Meinel пишет:
> Martin wrote:
>> On 20/06/07, Alexander Belchenko <bialix at ukr.net> wrote:
>>> It's a known problem since 2005.
>> Right, this is the core point really, rather than waiting more years
>> for a big patch that corrects, works around, or just notifies of all
>> the unixy assumptions in the code, I think it's better to add a short,
>> prominent note now. Then when/if the big patch is ready, it's not hard
>> to chop those couple of lines back out at the same time.
> 
> Assuming that you have shared file-level locks isn't exactly a "unixy assumption".
> 
> That said, if there is reliable win98 detection, we could just have format
> --knit stay the default there, and not issue upgrade requests.
> 
> You could even do it in a "win98" plugin that just set the default WT format,
> and set WorkingTreeFormat3.upgrade_recommended = False.
> 
> The sum total of the code is something like:
> 
> from bzrlib import workingtree
> workingtree.WorkingTreeFormat3.upgrade_recommended = False
> fmt3 = workingtree.WorkingTreeFormat3()
> workingtree.WorkingTreeFormat.set_default_format(fmt3)
> 
> 
> Put that in C:\Python2X\Lib\site-packages\bzrlib\plugins\win98.py
> 
> And it will default the working tree to format 3 and not bother you about it.

May be its good start for limited mode on win98.

[µ]

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGgeiazYr338mxwCURAgXFAJwIB5We2gJPTo7iMFjiHAly3pwZOACdHRqL
4vXp61TYHZr/KjkYtS80vZ8=
=a4/5
-----END PGP SIGNATURE-----



More information about the bazaar mailing list