diff options
author | Puneeth Chaganti | 2011-01-31 10:05:22 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-01-31 10:05:22 +0530 |
commit | 0fb828c14df5ba9365acbeb56b78f1413256e8be (patch) | |
tree | cd26bc786d6891eb0c2660ff006c60d9fedfa306 /versionControl/handOut.rst | |
parent | c3362718bd1b85d0a90204b5541c39d8a52dfa35 (diff) | |
download | sees-0fb828c14df5ba9365acbeb56b78f1413256e8be.tar.gz sees-0fb828c14df5ba9365acbeb56b78f1413256e8be.tar.bz2 sees-0fb828c14df5ba9365acbeb56b78f1413256e8be.zip |
vcs: Fix problem with typesetting a code block.
Diffstat (limited to 'versionControl/handOut.rst')
-rw-r--r-- | versionControl/handOut.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst index 802050c..bc78303 100644 --- a/versionControl/handOut.rst +++ b/versionControl/handOut.rst @@ -208,6 +208,7 @@ As expected, the ``status`` command shows an ``A`` before he file names. We could also specify files individually, for example :: + $ hg add chapter1.txt adding chapter1.txt |