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.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 20:15:30 +0530] rev 145
vcs: Fix errors in slides, after class.
The 3 pane diff description was wrong. Changed it.
Puneeth Chaganti <punchagan@fossee.in> [Sun, 30 Jan 2011 20:14:31 +0530] rev 144
vcs: Change \title in vcs.tex.
The title is now more specific, rather than generic. It mentions hg as
the version control system being used.