hgbook

diff en/mq.tex @ 2:379a802c0210

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