summaryrefslogtreecommitdiff
path: root/versionControl/handOut.rst
diff options
context:
space:
mode:
authorPuneeth Chaganti2011-05-06 12:58:45 +0530
committerPuneeth Chaganti2011-05-06 12:58:45 +0530
commited63ecc5a98b4fd37d65bf0a6ca379248845a1a1 (patch)
treeeaf4d4df50dca099d428f51f71e6da76f1a017d0 /versionControl/handOut.rst
parent97b740c35fd3e32e85d9baa6632ed6c6865a6d46 (diff)
downloadsees-ed63ecc5a98b4fd37d65bf0a6ca379248845a1a1.tar.gz
sees-ed63ecc5a98b4fd37d65bf0a6ca379248845a1a1.tar.bz2
sees-ed63ecc5a98b4fd37d65bf0a6ca379248845a1a1.zip
vcs: Minor fix to lists in rst file.
Diffstat (limited to 'versionControl/handOut.rst')
-rw-r--r--versionControl/handOut.rst30
1 files changed, 15 insertions, 15 deletions
diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst
index 5be981a..2ce406c 100644
--- a/versionControl/handOut.rst
+++ b/versionControl/handOut.rst
@@ -6,12 +6,12 @@ Version Control
At the end of this session, you will be able to:
- - Understand what Version Control is, and the need for it
- - Create and use repository on a daily basis
- - Clone existing repositories, from the web
- - View the history of a repository
- - Make changes to a repository and commit them
- - Work collaboratively with a team
+- Understand what Version Control is, and the need for it
+- Create and use repository on a daily basis
+- Clone existing repositories, from the web
+- View the history of a repository
+- Make changes to a repository and commit them
+- Work collaboratively with a team
Introduction
============
@@ -1103,15 +1103,15 @@ to organize your work and projects, better.
In this section, we have learnt how to -
- - clone repositories, using ``hg clone``,
- - serve our repositories via ``http`` using ``hg serve``,
- - push changes to a repository using ``hg push``,
- - check the changesets in a repository after last pull, using ``hg
- incoming``,
- - pull changes from a repository using ``hg pull`` ,
- - update the working directory, using ``hg update``,
- - merge two heads, using ``hg merge``,
- - and resolve conflicts using ``hg resolve``.
+- clone repositories, using ``hg clone``,
+- serve our repositories via ``http`` using ``hg serve``,
+- push changes to a repository using ``hg push``,
+- check the changesets in a repository after last pull, using ``hg
+ incoming``,
+- pull changes from a repository using ``hg pull`` ,
+- update the working directory, using ``hg update``,
+- merge two heads, using ``hg merge``,
+- and resolve conflicts using ``hg resolve``.
Additional Reading
==================