Mercurial > hg-website
comparison Main.txt @ 7:eea4049cfa38
Polishing
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sat, 07 Feb 2009 19:31:54 +0100 |
parents | 3fbb1c1b9e89 |
children | 094be09b1c5d |
comparison
equal
deleted
inserted
replaced
6:3fbb1c1b9e89 | 7:eea4049cfa38 |
---|---|
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 handle projects of any size along with a very intuitive interface. |
8 | 8 |
9 Every Mercurial clone is a full-fledged repository with complete history and full revision tracking capabilities, so it is independent of network access or a central server. 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 and 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 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, 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. |
12 | 12 |
13 | 13 |
14 Projects using Mercurial | 14 Projects using Mercurial |
15 ------------------------ | 15 ------------------------ |
16 | 16 |
17 | 17 |
18 Get Mercurial | 18 Get Mercurial |
19 ------------- | 19 ------------- |
20 | 20 |
21 If you're using Windows, download TortoiseHG. ![TortoiseHG Logo]() | 21 If you're using Windows, download TortoiseHG for full Explorer integration. ![TortoiseHG Logo]() |
22 | 22 |
23 GNU/Linux: Just [get it from your package manager](link to a simple guide for the different distros). | 23 GNU/Linux: Just [get it from your package manager](link to a simple guide for the different distros). |
24 | 24 |
25 MacOSX: Download (app). | 25 MacOSX: Download (app). |
26 | 26 |