vcs: Fix tiny indentation problem in handout.
authorPuneeth Chaganti <punchagan@fossee.in>
Mon, 31 Jan 2011 14:17:11 +0530
changeset 151 44838801f255
parent 150 8526f94072f6
child 152 ac12270f8fdf
vcs: Fix tiny indentation problem in handout.
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
 ----------------