diff -r 3b1c7aa6f807 -r fde473906aac versionControl/vcs.tex --- 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}