Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 17:23:25 +0530] rev 155
vcs: Change email id to fossee from gmail.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 17:19:51 +0530] rev 154
vcs: Minor fixes to handout.
1. Made madhu's commit shorter to fit in one line.
2. Change Author details to have just the Name.
3. Change some punctuation.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 17:17:53 +0530] rev 153
vcs: Add details about -u, -m parameters to commit
Changes correspond to changes made to handout in previous commit.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 17:12:36 +0530] rev 152
vcs: Introduce commit with -u and -m parameters
commit is now introduced with -u and -m parameters. This fixes a
couple of problems --
1) hg sometimes doesn't allow commits without username
2) vi(m) is the default editor -- most people can't use it (yet).
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 14:17:11 +0530] rev 151
vcs: Fix tiny indentation problem in handout.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 12:48:45 +0530] rev 150
vcs: Add include directive for exercises in handOut.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 12:24:43 +0530] rev 149
vcs: Fix pygments highlighting of code blocks with $ and '
Pygments highlighting breaks when a code block ends with a lone $ on a
line or when it has an unmatched '.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 11:25:07 +0530] rev 148
vcs: Add highlight directive to handout.rst
Sphinx uses highlight directives, which can be passed on, to Pygments
for syntax highlighting.
Puneeth Chaganti <punchagan@fossee.in> [Mon, 31 Jan 2011 10:05:22 +0530] rev 147
vcs: Fix problem with typesetting a code block.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 20:17:11 +0530] rev 146
vcs: Make exercise.rst more detailed.
The students were a little confused, because they didn't have an idea
of the big picture. Added more detail, attempting to show the big
picture.