summaryrefslogtreecommitdiff
path: root/versionControl
diff options
context:
space:
mode:
authorShantanu Choudhary2009-12-29 19:51:55 +0530
committerShantanu Choudhary2009-12-29 19:51:55 +0530
commit06d5f588a246d4ad0895606e86a91cf73c6af81c (patch)
tree01c8c15ab741220271cdc73dfc7015659a462977 /versionControl
parentfcfc805a8879d02490fb14e8f85536f715a0be38 (diff)
downloadsees-06d5f588a246d4ad0895606e86a91cf73c6af81c.tar.gz
sees-06d5f588a246d4ad0895606e86a91cf73c6af81c.tar.bz2
sees-06d5f588a246d4ad0895606e86a91cf73c6af81c.zip
More changes to VCS slides.
Diffstat (limited to 'versionControl')
-rw-r--r--versionControl/vcs.tex12
1 files changed, 4 insertions, 8 deletions
diff --git a/versionControl/vcs.tex b/versionControl/vcs.tex
index d4fc067..f046840 100644
--- a/versionControl/vcs.tex
+++ b/versionControl/vcs.tex
@@ -382,13 +382,9 @@ $ hg st
A feviCol.py
$ hg ci -u "Shantanu <shantanu@fossee.in>"
-m "Added feviCol.py."
-$ hg tip
-changeset: 1:d948fb4137c5
-tag: tip
-user: Shantanu <shantanu@fossee.in>
-date: Sat Aug 22 00:11:25 2009 +0530
+$ hg tip| grep summary
summary: Renamed feviStick.py.
- \end{lstlisting}
+ \end{lstlisting} %$
%% Other commands which can be handy are \typ{cp}, \typ{remove}, \typ{revert} etc.
\inctime{10}
\end{frame}
@@ -595,7 +591,7 @@ $ hg glog
\begin{frame}
\frametitle{Cheat Sheet}
\begin{center}
- \includegraphics[height=2.8in, interpolate=true]{dongwoo-Hg-120dpi}
+ \includegraphics[height=2.8in]{mod}
\end{center}
\end{frame}
@@ -605,7 +601,7 @@ $ hg glog
\item Make changes.
\item Commit.
\item Pull changesets.
- \item Merge if required.
+ \item Merge(if required).
\item Push.
\end{itemize}
\inctime{10}