diff en/mq.tex @ 2:379a802c0210

Add bibliography.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat, 24 Jun 2006 16:14:02 -0700
parents 04e469de601e
children 906d9021f9e5
line wrap: on
line diff
--- a/en/mq.tex	Fri Jun 23 12:15:38 2006 -0700
+++ b/en/mq.tex	Sat Jun 24 16:14:02 2006 -0700
@@ -70,11 +70,11 @@
 
 
 In early 2003, Andreas Gruenbacher and Martin Quinson borrowed the
-approach of Andrew's scripts and published a tool called
-\href{http://savannah.nongnu.org/projects/quilt}{``patchwork quilt''},
-or simply ``quilt''.  Because quilt substantially automated patch
-management, it rapidly gained a large following among open source
-software developers.
+approach of Andrew's scripts and published a tool called ``patchwork
+quilt''~\cite{web:quilt}, or simply ``quilt''
+(see~\cite{gruenbacher:2005} for a paper describing it).  Because
+quilt substantially automated patch management, it rapidly gained a
+large following among open source software developers.
 
 Quilt manages a \emph{stack of patches} on top of a directory tree.
 To begin, you tell quilt to manage a directory tree; it stores away
@@ -125,10 +125,18 @@
 Because quilt does not care about revision control tools, it is still
 a tremendously useful piece of software to know about for situations
 where you cannot use Mercurial and MQ.
-\section{Section!}
-\label{sec:sec}
+\section{Getting started with Mercurial Queues}
+\label{sec:mq:start}
 
-Section!
+Because MQ is implemented as an extension, you have to explicitly
+enable it in order to use it.  (You don't need to download anything;
+MQ ships with the standard Mercurial distribution.)  To enable it,
+edit your \filename{~/.hgrc} file, and add the following lines:
+
+\begin{verbatim}
+[extensions]
+hgext.mq =
+\end{verbatim}
 
 %%% Local Variables: 
 %%% mode: latex