versionControl/vcs.tex
changeset 143 fde473906aac
parent 138 a201667fa696
child 144 c592f2304cff
--- a/versionControl/vcs.tex	Sun Jan 30 12:09:47 2011 +0530
+++ b/versionControl/vcs.tex	Sun Jan 30 20:12:46 2011 +0530
@@ -221,7 +221,10 @@
   \item From \typ{hg status} we know, none of the files are being
     tracked, yet. 
   \item \typ{hg add} --- asking \typ{hg} to track these files
-  \item As expected \typ{hg status} prepends an \typ{A} to the file names.
+  \item As expected \typ{hg status} prepends an \typ{A} to the file
+  names.
+  \item \typ{? --> A} 
+  \item \typ{! --> R} (\typ{hg remove})
   \end{itemize}
 \end{frame}