Going by the number of questions on this site for these three distributed version control systems, it seems like Git either
- is more popular, or
- is more difficult (hence requiring more questions), or
- has more features (hence requiring more questions).
Or most probably a combination of the three. (Let's say that popularity on this site equates to popularity at large.) Here are the numbers:
| Jun 2009 | Jul 2010 | Jul 2011 | Jul 2012
-------------------------------------------------------
[svn] | 2353 | 5323 | 9028 | 12687
[git] | 726 | 3725 | 9225 | 17523
[mercurial] | 169 | 1120 | 2765 | 4221
[bazaar] | 50 | 159 | 252 | 351
It's not entirely satisfactory having three competing yet largely equivalent open source products to choose from. Personally I use Git and I'm fine with the other two. But when it comes to recommending one system over the others, I'd like to ask: can we start recommending one safely yet?
Comments from mid-2009: The recent historical popularity of Subversion is clearly reflected by the number of questions, indicating at least a small tipping of the scales towards Git over the Mercurial or Bazaar.
Comments from mid-2010: Look at that huge relative increase in Mercurial numbers. Obviously only two-data points aren't enough to show a trend, but it looks like Git and Subversion are largely entrenched, Mercurial has seen a lot of growth, and Bazaar has remained relatively quiet.
Brief comment, mid-2011:
Can we just call Git the winner? :) No, I accept the argument that number of questions is not equivalent to popularity. Numbers sure are strong, though.

bzrseems to have double the active user base ofgit, at least on Ubuntu linux, wherebzris the default development collaboration tool. – hobs Sep 29 '11 at 2:08