versionControl/handOut.rst
changeset 143 fde473906aac
parent 139 d309b09761b9
child 147 6b8bf1951cf4
equal deleted inserted replaced
142:3b1c7aa6f807 143:fde473906aac
   209 
   209 
   210 ::
   210 ::
   211     $ hg add chapter1.txt
   211     $ hg add chapter1.txt
   212     adding chapter1.txt
   212     adding chapter1.txt
   213 
   213 
       
   214 
       
   215 *Note*: If you have deleted files, ``hg status`` will show you the status
       
   216  code ``!``. You can then, tell ``hg`` to stop tracking these files, using
       
   217  the ``hg remove`` command. Look at ``hg help remove`` for more details. 
   214 
   218 
   215 Taking Snapshots
   219 Taking Snapshots
   216 ----------------
   220 ----------------
   217 
   221 
   218 We have added a set of new files to the repository, but we haven't told
   222 We have added a set of new files to the repository, but we haven't told