Mercurial > hg > mercurial-talk
comparison features.tex @ 313:4a635f71ccb3
Expand on features
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Thu, 09 Jun 2011 00:47:20 +0200 |
parents | 48e745be1658 |
children | 660b30a58d56 |
comparison
equal
deleted
inserted
replaced
312:d454c60dc1bd | 313:4a635f71ccb3 |
---|---|
1 \begin{frame}{What is Mercurial?} | 1 \begin{frame}{What is Mercurial?} |
2 Main features: | 2 Main features: |
3 \begin{itemize} | 3 \begin{itemize} |
4 \item fast, \alert{distributed} revision control system | 4 \item<1-> fast, distributed revision control system |
5 \item robust support for branching \alert{and} merging | 5 \begin{itemize} |
6 \item very flexible and extensible | 6 \item robust support for branching \alert{and} merging |
7 \item free and open source | |
8 \end{itemize} | |
9 \item<2-> installers for Windows, Mac OS X, Linux, \dots | |
10 \begin{itemize} | |
11 \item TortoiseHg is a cross-platform graphical frontend | |
12 \item MacHg is a fast native Mac OS X frontend | |
13 \item plugins for MS Visual Studio, Eclipse, \dots | |
14 \end{itemize} | |
15 \item<3-> very user-friendly | |
16 \begin{itemize} | |
17 \item extensive built-in help for all commands | |
18 \item command set resemble CVS and SVN | |
19 \item destructive commands delegated to extensions | |
20 \end{itemize} | |
7 \end{itemize} | 21 \end{itemize} |
8 \end{frame} | 22 \end{frame} |