tortoisebzr-developers team mailing list archive
-
tortoisebzr-developers team
-
Mailing list archive
-
Message #00042
Re: Call for testing: new cache system.
INADA Naoki пишет:
Hi all.
Today, I merged new statuscache named wtcache.
The wtcache based on workingtree against that old statuscache based on
directory.
This make tortoisebzr faster because bzr have one bzrdir on top of
workingtree dislike svn.
I'd like to some people test it before bzr-2.0 is released.
Please test it.
OK, Vincent Ladeuil who running build/testing farm for bzr and who
watched on the windows state of things has asked me about sending you
following feedback:
New wtcache.py code using "with" python keyword from Python 2.6 and
later. This change leads to failure when building installer on testing
machine:
/cygdrive/c/Python25/python.exe setup.py py2exe > py2exe.log
C:\home\shared\buildbot\bzr\slaves\w2003x64\installers\installer-dev-plugin-dev\build\build-win32/tbzr/trunk\tbzrlib\cache\wtcache.py:202:
Warning: 'with' will become a reserved keyword in Python 2.6
error: compiling
'C:\home\shared\buildbot\bzr\slaves\w2003x64\installers\installer-dev-plugin-dev\build\build-win32/tbzr/trunk\tbzrlib\cache\wtcache.py'
failed
SyntaxError: invalid syntax (wtcache.py, line 202)
See full build log at
http://babune.ladeuil.net:26862/builders/installer-dev-plugin-dev/builds/35/steps/compile/logs/stdio
Naoki, can you fix this ASAP?
Follow ups
References