diff mercurial.tex @ 161:a08b33a648c8

Split off slide on convert extension.
author Martin Geisler <mg@aragost.com>
date Tue, 27 Apr 2010 09:22:25 +0200 (2010-04-27)
parents 65033fb7aa6b
children fbe690ea485f
line wrap: on
line diff
--- a/mercurial.tex
+++ b/mercurial.tex
@@ -162,22 +162,7 @@
 
 \subsection{Talking to Other Systems}
 
-\begin{frame}{Migrating History}
-  The \ext{convert} extension can import history:
-  \begin{itemize}
-    \item CVS, SVN, Git, Bazaar, Darcs, \dots
-    \item incremental conversion
-    \item many options for fiddling with branches, authors, \dots
-  \end{itemize}
-  \pause
-
-  Interestingly, \ext{convert} can import from Mercurial:
-  \begin{itemize}
-    % Break "--" to avoid them forming an en-dash...
-  \item \cmd{-{}-filemap} lets you exclude and rename files
-  \item \cmd{-{}-branchmap} lets you rename branches
-  \end{itemize}
-\end{frame}
+\include{convert}
 
 \include{hgsubversion}