summaryrefslogtreecommitdiff
path: root/versionControl
diff options
context:
space:
mode:
authorPuneeth Chaganti2011-01-31 17:17:53 +0530
committerPuneeth Chaganti2011-01-31 17:17:53 +0530
commit79910a61c8cff8343f74eadf6baa2bb839c5c6cc (patch)
tree3a1b8bd50e87082062b8e0315c86f88a6d9a8540 /versionControl
parent588f8ac39d573d56aa3440b1dc21da641d2b34ec (diff)
downloadsees-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.tex3
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}