diff options
Diffstat (limited to 'versionControl')
-rw-r--r-- | versionControl/vcs.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/versionControl/vcs.tex b/versionControl/vcs.tex index e9ce68b..7132a43 100644 --- a/versionControl/vcs.tex +++ b/versionControl/vcs.tex @@ -234,7 +234,8 @@ a.out id1.txt id2.txt identifier.cpp id.txt lex pda1.cpp pda2.cpp pda.cp \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} |