changeset 205:48e745be1658

Better focus on main features.
author Martin Geisler <mg@lazybytes.net>
date Wed, 15 Sep 2010 20:58:23 +0200
parents 09bc6b8a0376
children 9784b6a58d08
files features.tex
diffstat 1 files changed, 1 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/features.tex
+++ b/features.tex
@@ -1,20 +1,8 @@
 \begin{frame}{What is Mercurial?}
   Main features:
   \begin{itemize}
-  \item fast, distributed revision control system
+  \item fast, \alert{distributed} revision control system
   \item robust support for branching \alert{and} merging
   \item very flexible and extensible
   \end{itemize}
-
-  Strong focus on back- and forwards compatibility:
-  \begin{itemize}
-  \item new clients can read/write all old formats on disk
-  \item old clients can read/write to all new servers
-  \end{itemize}
-
-  Strong focus on data safety:
-  \begin{itemize}
-  \item files are not overwritten, only appended to
-  \item easier to recover from disk crashes
-  \end{itemize}
 \end{frame}