diff options
author | Primal Pappachan | 2012-01-30 08:20:28 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-01-30 08:20:28 +0530 |
commit | 4a10bb18a6962aecdb3104315747ed24c1af65e2 (patch) | |
tree | c6c707691f1904e62c67b6912430724c4be49219 /Version_Control | |
parent | a7c709bcce55c91e6d2f3e5bb87b20d4bce34df4 (diff) | |
download | sdes-stscripts-4a10bb18a6962aecdb3104315747ed24c1af65e2.tar.gz sdes-stscripts-4a10bb18a6962aecdb3104315747ed24c1af65e2.tar.bz2 sdes-stscripts-4a10bb18a6962aecdb3104315747ed24c1af65e2.zip |
Part 4 slides
Diffstat (limited to 'Version_Control')
-rw-r--r-- | Version_Control/vcs4/vcslide4.tex | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/Version_Control/vcs4/vcslide4.tex b/Version_Control/vcs4/vcslide4.tex index fa0c0e5..52e67f1 100644 --- a/Version_Control/vcs4/vcslide4.tex +++ b/Version_Control/vcs4/vcslide4.tex @@ -221,9 +221,12 @@ In this tutorial, we have learnt to, \begin{frame}[fragile] \frametitle{Evaluation} \begin{enumerate} -\item -\item -\item +\item Mention the easiest way to get started on sharing your repository by +providing a web interface +\item Suppose Joey and Melissa have made simultaneous changes to the same file +in their own systems. Would the output of hg parents before and after if one of +them pulls in the changes and merges with it? +\item What are the commands involved in the process of merging changes? \end{enumerate} \end{frame} @@ -231,13 +234,24 @@ In this tutorial, we have learnt to, \begin{frame} \frametitle{Solutions} \begin{enumerate} -\item -\item +\item hg serve +\item No, whenever we've done a merge, hg parents will display two parents +until we hg commit the results of the merge. +\item hg pull, hg merge, hg commit -m "Merged Remote changes" \end{enumerate} \end{frame} -\begin{frame} +\begin{frame} +\frametitle{Additional Reading} +\begin{enumerate} +\item .hgignore +\item hg rollback +\item hg bisect +\item hg backout +\end{enumerate} +\end{frame} + \begin{block}{} \begin{center} \textcolor{blue}{\Large THANK YOU!} |