Mercurial vs. Bazaar speedtest clone and log - update: hg 1.1 vs. bzr 1.10

Alexander Belchenko bialix at ukr.net
Mon Dec 15 01:31:25 CST 2008


Alexander Belchenko пишет:
> I'm curious why you have this warning message in your test.sh output:
> 
> No handlers could be found for logger "bzr"
> 
> It seems like your system lacks something. Is it intended?
> Or you just don't have desire to get bzr working right?
> 
> Also, it will be nice to know does you run pre-packaged version of bzr
> (actually I'd like to make sure that you run bzr with compiled  C-extensions)
> and what version of python you're using. AFAIK bzr is not completelly ported
> to Python 2.6 (but I could be wrong here).
> 
> To make local cloning of of bzr much faster you'd need to use shared repositories.
> So you can change your steps for bzr as following.
> 
> 1) Initial cloning:
> 
> time bzr init-repo .

Correction. I guess bzr repo comes from bzr-svn conversion,
so shared repo format should be explicitly defined as rich-root-pack:

time bzr init-repo . --rich-root-pack



More information about the Mercurial mailing list