changeset 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
files convert.tex mercurial.tex
diffstat 2 files changed, 17 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/convert.tex
@@ -0,0 +1,16 @@
+\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}
--- 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}