summaryrefslogtreecommitdiff
path: root/versionControl/handOut.rst
AgeCommit message (Collapse)Author
2011-06-12Do not include exercises at the end, since it is taken care of in index file.Madhusudan.C.S
2011-05-06vcs: Minor fix to lists in rst file.Puneeth Chaganti
2011-05-04vcs: Add objectives and summary.Puneeth Chaganti
2011-03-25Change lexer to console lexer from bash.Puneeth Chaganti
2011-01-31vcs: Remove all mention of use of -ve revision numbering.Puneeth Chaganti
The introduction seems forced. It's a neat trick, but doesn't fit into the flow of things. Now introducing revision numbering with the need to take diffs between particular commits. Also mention -v and -l parameters to the log command.
2011-01-31vcs: Change email id to fossee from gmail.Puneeth Chaganti
2011-01-31vcs: Minor fixes to handout.Puneeth Chaganti
1. Made madhu's commit shorter to fit in one line. 2. Change Author details to have just the Name. 3. Change some punctuation.
2011-01-31vcs: Introduce commit with -u and -m parametersPuneeth Chaganti
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).
2011-01-31vcs: Fix tiny indentation problem in handout.Puneeth Chaganti
2011-01-31vcs: Add include directive for exercises in handOut.Puneeth Chaganti
2011-01-31vcs: Fix pygments highlighting of code blocks with $ and 'Puneeth Chaganti
Pygments highlighting breaks when a code block ends with a lone $ on a line or when it has an unmatched '.
2011-01-31vcs: Add highlight directive to handout.rstPuneeth Chaganti
Sphinx uses highlight directives, which can be passed on, to Pygments for syntax highlighting.
2011-01-31vcs: Fix problem with typesetting a code block.Puneeth Chaganti
2011-01-30vcs: Mention hg remove command.Puneeth Chaganti
I was mistaken that everything could be done with the hg add command alone. But apparently hg remove command is necessary.
2011-01-30vcs: Add note about binary files in handoutPuneeth Chaganti
Added a note about using binary files in a version control system and the diffs that would appear.
2011-01-30vcs: Minor changes to handoutPuneeth Chaganti
Fixed bugs that were seen while preparing slides.
2011-01-29vcs: Changes to handout.rstPuneeth Chaganti
Lot of changes based on Joel's HgInit Tutorial and Mercurial Tutorial.
2010-06-10Text content for vcs.Shantanu Choudhary
2009-09-18Arithmetic section, typo correction, eg script.Shantanu Choudhary
2009-09-16First version of 5-6 Session of ult.Shantanu Choudhary
2009-08-26Some more typo correction.Shantanu Choudhary
2009-08-25Added merging section, and typo correction.Shantanu Choudhary
2009-08-24Completed rough HandOut.Shantanu Choudhary
2009-08-22Basic file management in Repo.Shantanu Choudhary
2009-08-21Completed Getting Started with Repository.Shantanu Choudhary
2009-08-21Started hg command section.Shantanu Choudhary
2009-08-21Added CVCS and DVCS subsection.Shantanu Choudhary
2009-08-20Hand out doc for version contol added.Shantanu Choudhary