I'm currently experimenting with Git, and plan on playing with
Mercurial next.
From what I can tell, Mercurial is written in Python. I've never
really been a fan of Python, so it losses some points in my strange
way of judging things.
I know Git is popular, which is the main reason I'm giving it the
attention that I am. Does anyone else feel strongly about a
distributed version control system?
To be honest, I really like Subversion, everything except branching
and merging (which is why I've written a few wrappers around it). But
I completely see the value in using a distributed version control
system with open source projects. It's a godsend really.
--
Peter Jones
http://pmade.com
The only bad thing I can say about Git so far is the verbose output
from commands like git status. It's probably from using CVS and
Subversion for 10 years, but I find myself scanning the output of git
status trying to figure out what it's saying.
I'm hoping to find the time to write a gitk like interface for Emacs ;)