# HG changeset patch # User Bryan O'Sullivan # Date 1184353822 25200 # Node ID 6a847f7902a7de67f37b0624c6a7e83e16491df3 # Parent a24b370a16eee2aa368a5b76010841671472d017 Update description of Ubuntu package. diff -r a24b370a16ee -r 6a847f7902a7 en/tour-basic.tex --- a/en/tour-basic.tex Sun Jun 17 11:21:32 2007 -0700 +++ b/en/tour-basic.tex Fri Jul 13 12:10:22 2007 -0700 @@ -43,11 +43,15 @@ yum install mercurial \end{codesample4} -\item[Ubuntu] Ubuntu's Mercurial package is particularly old, and you - should not use it. If you know how, you can rebuild and install the - Debian package. It's probably easier to build Mercurial from source - and simply run that; see section~\ref{sec:srcinstall:unixlike} for - details. +\item[Ubuntu] Ubuntu's Mercurial package is based on Debian's. To + install it, run the following command. + \begin{codesample4} + apt-get install mercurial + \end{codesample4} + The Ubuntu package for Mercurial tends to lag behind the Debian + version by a considerable time margin (at the time of writing, seven + months), which in some cases will mean that on Ubuntu, you may run + into problems that have since been fixed in the Debian package. \end{itemize} \subsection{Mac OS X}