Are there any reasons to use Bazaar over Hg or Git?

Posted by NeuronQ on Programmers See other posts from Programmers or by NeuronQ
Published on 2012-10-22T16:38:53Z Indexed on 2012/10/22 17:18 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

The world of DVCSs seems split between Git and Mercurial nowadays, but lots of projects and places (like my new employer) use Bazaar. And it's not a thing of inertia where people just use something because "that's how it's always been done", these guys are agile and sometimes seem to embrace change just for the fun of having more things to fix. Yet no one gave me any convincing arguments for using Bzr over Hg or Git. I can get seeing Git as "too complicated" but you can't use this king of judgement between Hg and Bzr.

So then, what are the features of Bazaar that would justify its use over Mercurial (or Git) in any given situation?

© Programmers or respective owner

Related posts about version-control

Related posts about git