versionControl/vcs.tex
changeset 156 8f4806a1a64d
parent 153 1e8b788a89b9
equal deleted inserted replaced
155:3efb70d2a02f 156:8f4806a1a64d
   335 \begin{frame}[fragile]
   335 \begin{frame}[fragile]
   336   \frametitle{Using revision numbers}
   336   \frametitle{Using revision numbers}
   337   \begin{itemize}
   337   \begin{itemize}
   338   \item \typ{-r n} can be passed as arguments to commands to specify
   338   \item \typ{-r n} can be passed as arguments to commands to specify
   339     the revision number
   339     the revision number
   340   \item For instance, \typ{hg log -r0} 
   340   \item For instance, \typ{hg diff -r1 -r2}
   341   \item \typ{m:n} specifies a range of revision numbers
   341   \item \typ{m:n} specifies a range of revision numbers
   342   \item \typ{-1} gives the \typ{tip}; Negative numbering can be used
   342   \item For instance, \typ{hg log -r0:2}
   343   \end{itemize}
   343   \end{itemize}
   344 \end{frame}
   344 \end{frame}
   345 
   345 
   346 \section{Collaborating with Mercurial}
   346 \section{Collaborating with Mercurial}
   347 \begin{frame}[fragile]
   347 \begin{frame}[fragile]