Mercurial > hg-website
annotate text/about.txt @ 219:4c0e0c7ca0f1
Update Todo
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Fri, 10 Jul 2009 11:25:02 +0200 |
parents | 16ee6de925d1 |
children |
rev | line source |
---|---|
1
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
1 Mercurial Distributed SCM |
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
2 |
10
e1520f56951c
about: Added an 'extensible' section. Also did some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents:
2
diff
changeset
|
3 Mercurial is a free, distributed source control management tool. It offers you the power to efficiently handle projects of any size while using an easy, intuitive interface. It is easy to use and hard to break, making it ideal for anyone working with versioned files. |
1
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
4 |
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
5 Distributed architecture |
10
e1520f56951c
about: Added an 'extensible' section. Also did some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents:
2
diff
changeset
|
6 Traditional version control systems such as SVN are typical client-server architectures with a central point to store the revisions of a project. In contrast, Mercurial is truly distributed, giving each developer a local copy of the entire development history. This way it works independent of network access or a central server. Committing, branching and merging are fast and cheap. |
1
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
7 |
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
8 Fast |
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
9 Mercurials implementation and data structures are designed to be fast. You can generate diffs between revisions, or jump back in time within seconds. Therefore Mercurial is perfectly suiteable for large projects such as OpenJDK or NetBeans. |
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
10 |
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
11 Platform independent |
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
12 Mercurial was written with platform independence in mind. Therefore most of Mercurial is written in Python, with a small part written in C for performance reasons. As a result, binary releases are available on all major platforms. |
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
13 |
10
e1520f56951c
about: Added an 'extensible' section. Also did some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents:
2
diff
changeset
|
14 Extensible |
e1520f56951c
about: Added an 'extensible' section. Also did some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents:
2
diff
changeset
|
15 The functionality of Mercurial can be increased with extensions, either by activating the official ones which are shipped with Mercurial or downloading some [from the wiki](http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions) or by [writing your own](http://www.selenic.com/mercurial/wiki/index.cgi/WritingExtensions). Extensions are written in Python and can change the workings of the basic commands, add new commands and access all the core functions of Mercurial. |
e1520f56951c
about: Added an 'extensible' section. Also did some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents:
2
diff
changeset
|
16 |
1
a90a46be8d31
Basic idea of an about text. A lot is missing and the language is quite bad at the moment.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
17 Open Source |
10
e1520f56951c
about: Added an 'extensible' section. Also did some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents:
2
diff
changeset
|
18 Mercurial is free software licensed under the terms of the GNU General Public License Version 2. |
e1520f56951c
about: Added an 'extensible' section. Also did some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents:
2
diff
changeset
|
19 |
e1520f56951c
about: Added an 'extensible' section. Also did some polishing.
Arne Babenhauserheide <bab@draketo.de>
parents:
2
diff
changeset
|
20 Similar projects |
76
16ee6de925d1
Rephrase relationship of Mercurial to other SCM.
Matthieu Moy <Matthieu.Moy@imag.fr>
parents:
17
diff
changeset
|
21 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/). |