versionControl/handOut.rst
changeset 143 fde473906aac
parent 139 d309b09761b9
child 147 6b8bf1951cf4
--- a/versionControl/handOut.rst	Sun Jan 30 12:09:47 2011 +0530
+++ b/versionControl/handOut.rst	Sun Jan 30 20:12:46 2011 +0530
@@ -212,6 +212,10 @@
     adding chapter1.txt
 
 
+*Note*: If you have deleted files, ``hg status`` will show you the status
+ code ``!``. You can then, tell ``hg`` to stop tracking these files, using
+ the ``hg remove`` command. Look at ``hg help remove`` for more details. 
+
 Taking Snapshots
 ----------------