Brief article on benchmarks of Python repository with leading DVCSen

David Cournapeau david at ar.media.kyoto-u.ac.jp
Thu Feb 12 10:23:47 GMT 2009


Matthieu Moy wrote:
>
> Which Git does.
>   

To be fair, git often avoids expensive rename detection for speed
purpose (the -C/-M option of log, blame and co); I hate that, and set my
alias so that those are the default. As an aside, I think a big problem
of git is that people focus on speed and UI, but forget that git is
actually more powerful for many cases. Personally, I would use git even
if it were as slow as bzr for my own projects,

David




More information about the bazaar mailing list