summaryrefslogtreecommitdiff
path: root/Version_Control/vcs3
diff options
context:
space:
mode:
authorPrimal Pappachan2012-01-31 17:21:47 +0530
committerPrimal Pappachan2012-01-31 17:21:47 +0530
commitaabd889057e3387f32e37e940bcc10df5d2fbcb5 (patch)
tree21e76f2c1702401482e28a6090ee23cdecea62a6 /Version_Control/vcs3
parentdd5c3af518705ed0e98a90a4bd258988b03533e1 (diff)
downloadsdes-stscripts-aabd889057e3387f32e37e940bcc10df5d2fbcb5.tar.gz
sdes-stscripts-aabd889057e3387f32e37e940bcc10df5d2fbcb5.tar.bz2
sdes-stscripts-aabd889057e3387f32e37e940bcc10df5d2fbcb5.zip
rst Formatted
Diffstat (limited to 'Version_Control/vcs3')
-rw-r--r--Version_Control/vcs3/vcs3.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Version_Control/vcs3/vcs3.rst b/Version_Control/vcs3/vcs3.rst
index 4ce2bd0..df4a925 100644
--- a/Version_Control/vcs3/vcs3.rst
+++ b/Version_Control/vcs3/vcs3.rst
@@ -42,8 +42,8 @@ continue on this tutorial
.. R3
At the end of this tutorial you will be able to
- #. Learn how to view and revert changes made to files in a repository.
- #. Learn how to share repositories and deal with simultaneous conflicting
+#. Learn how to view and revert changes made to files in a repository.
+#. Learn how to share repositories and deal with simultaneous conflicting
changes.
.. L4
@@ -276,9 +276,9 @@ Here are some self assessment questions for you to solve
.. R20
And the answers,
-#. ``hg revert -C --no-backup``
-#. ``hg log -r 2:4``
-#. ``hg log -v -p -r 2``
+#. hg revert -C --no-backup
+#. hg log -r 2:4
+#. hg log -v -p -r 2
.. L21