changeset 47:01fe12d8be87

Expanded slide on convert extension.
author Martin Geisler <mg@lazybytes.net>
date Thu, 20 Aug 2009 21:09:40 +0200 (2009-08-20)
parents 333733b53f4a
children 906351c9cbb6
files mercurial.tex
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial.tex
+++ b/mercurial.tex
@@ -881,8 +881,17 @@
 \begin{frame}{Migrating History}
   The \hgext{convert} extension can import history:
   \begin{itemize}
-    \item CVS, SVN, Git, \dots
+    \item CVS, SVN, Git, Bazaar, Darcs, \dots
     \item incremental conversion
+    \item many options for fiddling with branches, authors, \dots
+  \end{itemize}
+  \pause
+
+  Interestingly, \hgext{convert} can import from Mercurial:
+  \begin{itemize}
+    % Break "--" to avoid them forming an en-dash...
+  \item \hgcmd{-{}-filemap} lets you exclude and rename files
+  \item \hgcmd{-{}-branchmap} lets you rename branches
   \end{itemize}
 \end{frame}