versionControl/handOut.rst
changeset 151 44838801f255
parent 150 8526f94072f6
child 152 ac12270f8fdf
equal deleted inserted replaced
150:8526f94072f6 151:44838801f255
   212 
   212 
   213     $ hg add chapter1.txt
   213     $ hg add chapter1.txt
   214     adding chapter1.txt
   214     adding chapter1.txt
   215 
   215 
   216 
   216 
   217 *Note*: If you have deleted files, ``hg status`` will show you the status
   217 **Note**: If you have deleted files, ``hg status`` will show you the status
   218  code ``!``. You can then, tell ``hg`` to stop tracking these files, using
   218 code ``!``. You can then, tell ``hg`` to stop tracking these files, using the
   219  the ``hg remove`` command. Look at ``hg help remove`` for more details. 
   219 ``hg remove`` command. Look at ``hg help remove`` for more details.
   220 
   220 
   221 Taking Snapshots
   221 Taking Snapshots
   222 ----------------
   222 ----------------
   223 
   223 
   224 We have added a set of new files to the repository, but we haven't told
   224 We have added a set of new files to the repository, but we haven't told