diff options
author | Puneeth Chaganti | 2011-01-31 14:17:11 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-01-31 14:17:11 +0530 |
commit | a67374cc12c042b7285a2be42993c6ab15f2ec4a (patch) | |
tree | c1c9221e221b7f9514cac3812bac9ea06b999e11 /versionControl/handOut.rst | |
parent | 36cc64e05dbf234108ba1c00ec6eeee28828bd3b (diff) | |
download | sees-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.rst | 6 |
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 ---------------- |