vcs: Add details about -u, -m parameters to commit
authorPuneeth Chaganti <punchagan@fossee.in>
Mon, 31 Jan 2011 17:17:53 +0530
changeset 153 1e8b788a89b9
parent 152 ac12270f8fdf
child 154 148520862e53
vcs: Add details about -u, -m parameters to commit Changes correspond to changes made to handout in previous commit.
versionControl/vcs.tex
--- 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}