# HG changeset patch # User Shantanu # Date 1269322527 -19800 # Node ID 958396664d345614c27b804a1c14d6c36a856c62 # Parent f6a980fa5d73a5702838f3b1562349abb8c12974 Added changes suggested by Madhu. diff -r f6a980fa5d73 -r 958396664d34 versionControl/vcs.tex --- a/versionControl/vcs.tex Tue Mar 23 11:01:11 2010 +0530 +++ b/versionControl/vcs.tex Tue Mar 23 11:05:27 2010 +0530 @@ -304,7 +304,7 @@ \begin{frame} \frametitle{Objective} \begin{block}{} - We would \alert{manage} letters collaboratively using \typ{hg}. + We will \alert{manage} letters collaboratively using \typ{hg}. \end{block} %% \pause @@ -332,7 +332,7 @@ \begin{frame}[fragile] \frametitle{Getting working/existing code base} - To get a already existing code-base: + To get an already existing code base: \begin{lstlisting} $ hg clone http://hg.serpentine.com/tutorial/hello @@ -882,7 +882,7 @@ %% Reverting to previous versions! % Steps to follow to make life easier. How to avoid/handle manual merges. -\section{Work flow: DOS and DON'Ts} +\section{Work flow: DOs and DON'Ts} \begin{frame} \frametitle{Motto behind hg}