versionControl/vcs.tex
changeset 156 8f4806a1a64d
parent 153 1e8b788a89b9
--- a/versionControl/vcs.tex	Mon Jan 31 17:23:25 2011 +0530
+++ b/versionControl/vcs.tex	Mon Jan 31 17:59:35 2011 +0530
@@ -337,9 +337,9 @@
   \begin{itemize}
   \item \typ{-r n} can be passed as arguments to commands to specify
     the revision number
-  \item For instance, \typ{hg log -r0} 
+  \item For instance, \typ{hg diff -r1 -r2}
   \item \typ{m:n} specifies a range of revision numbers
-  \item \typ{-1} gives the \typ{tip}; Negative numbering can be used
+  \item For instance, \typ{hg log -r0:2}
   \end{itemize}
 \end{frame}