changeset 313:4a635f71ccb3

Expand on features
author Martin Geisler <mg@aragost.com>
date Thu, 09 Jun 2011 00:47:20 +0200
parents d454c60dc1bd
children 471923f610ab
files features.tex
diffstat 1 files changed, 17 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/features.tex
+++ b/features.tex
@@ -1,8 +1,22 @@
 \begin{frame}{What is Mercurial?}
   Main features:
   \begin{itemize}
-  \item fast, \alert{distributed} revision control system
-  \item robust support for branching \alert{and} merging
-  \item very flexible and extensible
+  \item<1-> fast, distributed revision control system
+    \begin{itemize}
+    \item robust support for branching \alert{and} merging
+    \item free and open source
+    \end{itemize}
+  \item<2-> installers for Windows, Mac OS X, Linux, \dots
+    \begin{itemize}
+    \item TortoiseHg is a cross-platform graphical frontend
+    \item MacHg is a fast native Mac OS X frontend
+    \item plugins for MS Visual Studio, Eclipse, \dots
+    \end{itemize}
+  \item<3-> very user-friendly
+    \begin{itemize}
+    \item extensive built-in help for all commands
+    \item command set resemble CVS and SVN
+    \item destructive commands delegated to extensions
+    \end{itemize}
   \end{itemize}
 \end{frame}