On Wed, Aug 25, 2010 at 11:43, Stelian Ionescu sionescu@cddr.org wrote:
With git you have two anonymous download protocols - one ad-hoc and very fast and one on top of HTTP(but usually not as efficient), with hg you have one on top of HTTP
One more thing: Given a sufficiently smart http server config (http://progit.org/2010/03/04/smart-http.html), you can get a reduced server roundtrip transport over http, too. Github implement this, and it's pretty cool.
Cheers,