Mercurial > hg-website
diff text/about.txt @ 76:16ee6de925d1
Rephrase relationship of Mercurial to other SCM.
This makes it clear that Mercurial is much closer to Git and Bazaar
than to CVS and SVN.
author | Matthieu Moy <Matthieu.Moy@imag.fr> |
---|---|
date | Thu, 19 Feb 2009 15:05:00 +0100 |
parents | c4fd656d11fc |
children |
line wrap: on
line diff
--- a/text/about.txt Thu Feb 19 09:25:45 2009 +0100 +++ b/text/about.txt Thu Feb 19 15:05:00 2009 +0100 @@ -18,4 +18,4 @@ Mercurial is free software licensed under the terms of the GNU General Public License Version 2. Similar projects -Mercurial is used for version control of files. Similar projects include [Git](http://git-scm.org), [Bazaar](http://bazaar-vcs.org), [Subversion](http://subversion.tigris.org/) and [CVS](http://www.nongnu.org/cvs/). +Mercurial is used for version control of files. Similar projects include [Git](http://git-scm.org) and [Bazaar](http://bazaar-vcs.org), and other version control systems without a distributed architecture include [Subversion](http://subversion.tigris.org/) and [CVS](http://www.nongnu.org/cvs/).