# HG changeset patch # User Puneeth Chaganti # Date 1296474473 -19800 # Node ID 1e8b788a89b955db44817c3ac8a1487e5e2b6d43 # Parent ac12270f8fdf933b9f2a1f71f5ee0710de436ae7 vcs: Add details about -u, -m parameters to commit Changes correspond to changes made to handout in previous commit. diff -r ac12270f8fdf -r 1e8b788a89b9 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 } + \item \typ{-m ``Commit message''} -- a description of changes committed. \end{itemize} \end{frame}