summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-06-12 15:05:38 +0530
committerMadhusudan.C.S2011-06-12 15:06:55 +0530
commit3e8c655963fe8593eb28167c7556b5b6c87017b4 (patch)
tree7df70f9806cab2daebd711f1e5bbc3a2063a2b02
parentdf7339aaacddf8cfaf37a4f3874324be9c88a34a (diff)
downloadsees-3e8c655963fe8593eb28167c7556b5b6c87017b4.tar.gz
sees-3e8c655963fe8593eb28167c7556b5b6c87017b4.tar.bz2
sees-3e8c655963fe8593eb28167c7556b5b6c87017b4.zip
Minor changes like fixing typos and sentence corrections.
-rw-r--r--versionControl/vcs.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/versionControl/vcs.tex b/versionControl/vcs.tex
index 318ddf6..3b5e6ab 100644
--- a/versionControl/vcs.tex
+++ b/versionControl/vcs.tex
@@ -51,7 +51,7 @@
\newcommand{\kwrd}[1]{ \texttt{\textbf{\color{blue}{#1}}} }
% Title page
-\title[Mercurial]{SEES: Version Control with \typ{hg}}
+\title[Mercurial]{Version Control with \typ{hg}}
\author[FOSSEE] {FOSSEE}
@@ -189,7 +189,7 @@ a.out id1.txt id2.txt identifier.cpp id.txt lex pda1.cpp pda2.cpp pda.cp
\frametitle{We need a repo!}
\begin{itemize}
\item A Repository (repo) is where all the action is!
- \item Project's files plus a special folder that stores all the
+ \item Project files along with a special directory that stores all the
changes
\item We take snapshots of the whole repository; not individual
files.
@@ -201,7 +201,7 @@ a.out id1.txt id2.txt identifier.cpp id.txt lex pda1.cpp pda2.cpp pda.cp
\begin{itemize}
\item \typ{\$ hg init}
\item Creates a fresh repository
- \item Adds a \typ{.hg} directory to our \emph{Working directory}
+ \item Adds a \typ{.hg} directory to our \emph{working directory}
\end{itemize}
\emphbar{\typ{.hg} directory keeps log of changes made henceforth}
\end{frame}
@@ -261,7 +261,7 @@ a.out id1.txt id2.txt identifier.cpp id.txt lex pda1.cpp pda2.cpp pda.cp
\end{itemize}
\begin{block}{Log information}
\begin{itemize}
- \item \alert{changeset}: Identifiers for the changeset
+ \item \alert{changeset}: Identifier for the changeset
\item \alert{user}: Details of user who created the changeset
\item \alert{date}: Date and time of creation
\item \alert{summary}: One line description
@@ -302,7 +302,7 @@ a.out id1.txt id2.txt identifier.cpp id.txt lex pda1.cpp pda2.cpp pda.cp
\begin{frame}
\frametitle{Operational overhead?}
\begin{itemize}
- \item But why do we \typ{commit}
+ \item But why do we \typ{commit}?
\item Isn't all this just adding to operational costs?
\item Isn't all this a waste of time?
\end{itemize}