# HG changeset patch # User Puneeth Chaganti # Date 1296463631 -19800 # Node ID 44838801f255724ec12db637c6160145a4e629af # Parent 8526f94072f6c478fbefc8908f94384c5f3de08d vcs: Fix tiny indentation problem in handout. diff -r 8526f94072f6 -r 44838801f255 versionControl/handOut.rst --- a/versionControl/handOut.rst Mon Jan 31 12:48:45 2011 +0530 +++ b/versionControl/handOut.rst Mon Jan 31 14:17:11 2011 +0530 @@ -214,9 +214,9 @@ 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. +**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 ----------------