vcs: Fix errors in slides, after class.
authorPuneeth Chaganti <punchagan@fossee.in>
Sun, 30 Jan 2011 20:15:30 +0530
changeset 145 48747fbfe47a
parent 144 c592f2304cff
child 146 d1e3cf871f0a
vcs: Fix errors in slides, after class. The 3 pane diff description was wrong. Changed it.
versionControl/vcs.tex
--- a/versionControl/vcs.tex	Sun Jan 30 20:14:31 2011 +0530
+++ b/versionControl/vcs.tex	Sun Jan 30 20:15:30 2011 +0530
@@ -435,8 +435,8 @@
   \item You now get a diff view with 3 panes 
     \begin{itemize}
     \item First --- current file
-    \item Second --- file with your changes
-    \item Third --- \typ{changesets} that you pulled
+    \item Second --- \typ{changesets} that you pulled
+    \item Third --- file before you made your changes
     \end{itemize}
   \item Resolve conflict and save
   \item \typ{hg commit}; \typ{hg push}