comparison Main.txt @ 10:e1520f56951c

about: Added an 'extensible' section. Also did some polishing.
author Arne Babenhauserheide <bab@draketo.de>
date Sat, 07 Feb 2009 23:58:00 +0100
parents 96aaca6dc032
children 66f237705694
comparison
equal deleted inserted replaced
9:96aaca6dc032 10:e1520f56951c
2 ========= 2 =========
3 3
4 Mercurial is... 4 Mercurial is...
5 --------------- 5 ---------------
6 6
7 Mercurial is a free, distributed source control management tool. It offers you the power to handle projects of any size along with a very intuitive interface. 7 Mercurial is a free, distributed source control management tool. It offers you the power to efficiently handle projects of any size yet provides an easy, intuitive interface.
8 8
9 Every Mercurial clone is a full-fledged repository with complete history and revision tracking capabilities. It is independent of network access or a central server and committing, branching and merging are fast and cheap. 9 Every Mercurial clone is a full-fledged repository with complete history and revision tracking capabilities. It is independent of network access or a central server. Committing, branching and merging are fast and cheap.
10 10
11 Mercurial is used for version control of files, much like tools such as Git, Bazaar, Subversion and CVS. It is written in Python and available on many different platforms, including Microsoft Windows, Mac OS X, Linux, FreeBSD and OpenSolaris. 11 Mercurial is used for version control of files, much like tools such as [Git](http://git-scm.org), [Bazaar](http://bazaar-vcs.org), [Subversion](http://subversion.tigris.org/) and [CVS](http://www.nongnu.org/cvs/). It is written in Python and available on many different platforms, including Microsoft Windows, Mac OS X, Linux, FreeBSD and OpenSolaris.
12 12
13 13
14 Projects using Mercurial 14 Projects using Mercurial
15 ------------------------ 15 ------------------------
16 16