mercurial

"Many development teams are used to making heavy use of branches in version control. Distributed version control systems make this even more convenient. Thus one of the more controversial statements in Continuous Delivery is that you can’t do continuous integration and use branches. By definition, if you have code sitting on a branch, it isn’t integrated. One common case when it seems obvious to use branches in version control is when making a large-scale change to your application. However there is an alternative to using branches: a technique called branch by abstraction."

lior.kanfi 17/07/2011 - 17:14

Mercurial (or Hg) is a distributed version control system, similar to git. I used it many times on local file system to track changes while they are not ready to commit to clients repository. Google code decided to support, and published an insteresting analysis: http://code.google.com/p/support/wiki/DVCSAnalysis

andrew 25/04/2009 - 22:19
Syndicate content