summaryrefslogtreecommitdiff
path: root/versionControl/handOut.rst
diff options
context:
space:
mode:
authorPuneeth Chaganti2011-01-31 14:17:11 +0530
committerPuneeth Chaganti2011-01-31 14:17:11 +0530
commita67374cc12c042b7285a2be42993c6ab15f2ec4a (patch)
treec1c9221e221b7f9514cac3812bac9ea06b999e11 /versionControl/handOut.rst
parent36cc64e05dbf234108ba1c00ec6eeee28828bd3b (diff)
downloadsees-a67374cc12c042b7285a2be42993c6ab15f2ec4a.tar.gz
sees-a67374cc12c042b7285a2be42993c6ab15f2ec4a.tar.bz2
sees-a67374cc12c042b7285a2be42993c6ab15f2ec4a.zip
vcs: Fix tiny indentation problem in handout.
Diffstat (limited to 'versionControl/handOut.rst')
-rw-r--r--versionControl/handOut.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst
index 702add8..58c191c 100644
--- a/versionControl/handOut.rst
+++ b/versionControl/handOut.rst
@@ -214,9 +214,9 @@ could also specify files individually, for example
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
----------------