versionControl/handOut.rst
changeset 147 6b8bf1951cf4
parent 143 fde473906aac
child 148 79315a169b96
equal deleted inserted replaced
146:d1e3cf871f0a 147:6b8bf1951cf4
   206 This simply adds all the files in the (working) directory, to the repository.
   206 This simply adds all the files in the (working) directory, to the repository.
   207 As expected, the ``status`` command shows an ``A`` before he file names. We
   207 As expected, the ``status`` command shows an ``A`` before he file names. We
   208 could also specify files individually, for example
   208 could also specify files individually, for example
   209 
   209 
   210 ::
   210 ::
       
   211 
   211     $ hg add chapter1.txt
   212     $ hg add chapter1.txt
   212     adding chapter1.txt
   213     adding chapter1.txt
   213 
   214 
   214 
   215 
   215 *Note*: If you have deleted files, ``hg status`` will show you the status
   216 *Note*: If you have deleted files, ``hg status`` will show you the status