changeset 71:c3d3fb81394b

Cleanup mq slide.
author Martin Geisler <mg@lazybytes.net>
date Sun, 23 Aug 2009 22:28:47 +0200
parents 2143ff36b139
children b652f0d07b7d
files mercurial.tex
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial.tex
+++ b/mercurial.tex
@@ -971,11 +971,11 @@
 
 \begin{frame}{Maintaining Patch Series}
   The \ext{mq} extension makes it easy to maintain a patch series:
-
   \begin{center}
     \begin{tikzpicture}[start chain=stack going above, node distance=5mm]
       \tikzstyle{rev}+=[on chain,join]
-      \tikzstyle{patch}=[rev, draw=green!30!black!50, bottom color=green!30!black!20]
+      \tikzstyle{patch}=[rev,
+        draw=green!30!black!50, bottom color=green!30!black!20]
       \path[use as bounding box] (0,0) -- (0, 4.5);
 
       \node[on chain] {$\vdots$};
@@ -992,7 +992,7 @@
                     ([xshift=1cm] stack-3.center);
     \end{tikzpicture}
   \end{center}
-
+  Works nicely for local modification for upstream sources.
 \end{frame}
 
 \begin{frame}{Editing History}