changeset 363:7788b512c5bd

Trim vendor branch slides
author Martin Geisler <mg@aragost.com>
date Fri, 22 Jun 2012 15:55:44 +0200
parents 33add2a99379
children df4a5c5570e7
files mercurial-vendor-branches.tex rename-guessing.tex vendor-branches.tex
diffstat 3 files changed, 12 insertions(+), 41 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-vendor-branches.tex
+++ b/mercurial-vendor-branches.tex
@@ -10,8 +10,8 @@
       \tikzstyle{join-se}=[out=0, in=90]
       \tikzstyle{join-ne}=[out=90, in=180]
 
+      \node<1->[rev, join] {};
       \node<1->[left=of chain-1, anchor=west, xshift=-1cm] {default:};
-      \node<1->[rev, join] {};
       \node<1->[rev, join] (a) {};
       \node<2->[libfoo, join=with a by join-ne, above right=of a] (v1) {};
       %\draw<2->[thick] (v1.north) -- +(0, 0.2) node[tag,above] {libfoo 1.0};
--- a/rename-guessing.tex
+++ b/rename-guessing.tex
@@ -4,18 +4,18 @@
 $ rm -r lib/libfoo
 $ unzip libfoo-2.0.zip -d lib/libfoo
 $ hg status
-M lib/libfoo/modified.txt
-! lib/libfoo/deleted.txt
-? lib/libfoo/new.txt
+M lib/libfoo/a.txt
+! lib/libfoo/b.txt
+? lib/libfoo/c.txt
 \end{lstlisting}
 
 \pause
 
-Question: has \ext{deleted.txt} been renamed to \ext{new.txt}?
+Question: has \ext{b.txt} been renamed to \ext{c.txt}?
 \begin{lstlisting}
 $ hg addremove --similarity 90
-removing deleted.txt
-adding new.txt
-recording removal of deleted.txt as rename to new.txt (94% similar)
+removing b.txt
+adding c.txt
+recording removal of b.txt as rename to c.txt (94% similar)
 \end{lstlisting}
 \end{frame}
--- a/vendor-branches.tex
+++ b/vendor-branches.tex
@@ -4,7 +4,7 @@
 \author{Martin Geisler
   \texorpdfstring{\\$\langle$\texttt{mg@aragost.com}$\rangle$}
                  {<mg@aragost.com>}}
-\date{Mercurial Geek Night II\\ November 24th, 2010}
+\date{CCDC\\Cambridge, UK\\June 25th--27th, 2012}
 
 \begin{document}
 
@@ -16,34 +16,12 @@
   \end{tikzpicture}
 \end{frame}
 
-\include{mg}
+%\include{mg}
 
 \begin{frame}{Outline}
   \tableofcontents
 \end{frame}
 
-\section{Introduction}
-
-\include{features}
-\include{mercurial-users}
-\include{centralized}
-\include{distributed}
-
-\include{pull-merge}
-\include{key-commands}
-
-\section{Using Mercurial}
-
-\subsection{Workflows}
-
-\include{workflow-team}
-\include{workflow-divisions}
-\include{workflow-yourself}
-
-\subsection{Branches}
-
-\include{branches}
-
 \section{Vendor Branches}
 
 \include{bundled-code}
@@ -51,22 +29,15 @@
 \include{library-maintenance}
 \include{library-upgrades}
 
-\subsection{Vendor Branches in Mercurial}
+\section{Vendor Branches in Mercurial}
 \include{mercurial-vendor-branches}
 \include{merge-details}
 \include{merging-vendor-branches}
 
-\subsection{Handling Renamed Files}
+\section{Handling Renamed Files}
 \include{rename-guessing}
 \include{renames-and-merges}
 
-\section{Wrapping Up}
-
-\include{conclusion-branches}
-\include{links}
-\include{contact}
-\include{contributors}
-
 \end{document}
 
 % LocalWords:  SVN Makefile RCS CVS changeset changesets Changeset Changesets