vcs: Add details about -u, -m parameters to commit
Changes correspond to changes made to handout in previous commit.
--- a/versionControl/vcs.tex Mon Jan 31 17:12:36 2011 +0530
+++ b/versionControl/vcs.tex Mon Jan 31 17:17:53 2011 +0530
@@ -234,7 +234,8 @@
\item \typ{hg commit}
\item Asking Mercurial to take a snapshot; remember the changes made
to the repository.
- \item Commit message is a description of the changes made.
+ \item \typ{-u FirstName LastName <email>}
+ \item \typ{-m ``Commit message''} -- a description of changes committed.
\end{itemize}
\end{frame}