diff options
author | Puneeth Chaganti | 2011-01-31 17:17:53 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-01-31 17:17:53 +0530 |
commit | 79910a61c8cff8343f74eadf6baa2bb839c5c6cc (patch) | |
tree | 3a1b8bd50e87082062b8e0315c86f88a6d9a8540 /versionControl | |
parent | 588f8ac39d573d56aa3440b1dc21da641d2b34ec (diff) | |
download | sees-79910a61c8cff8343f74eadf6baa2bb839c5c6cc.tar.gz sees-79910a61c8cff8343f74eadf6baa2bb839c5c6cc.tar.bz2 sees-79910a61c8cff8343f74eadf6baa2bb839c5c6cc.zip |
vcs: Add details about -u, -m parameters to commit
Changes correspond to changes made to handout in previous commit.
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} |