From aabd889057e3387f32e37e940bcc10df5d2fbcb5 Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Tue, 31 Jan 2012 17:21:47 +0530 Subject: rst Formatted --- Version_Control/vcs3/vcs3.rst | 10 +++++----- 1 file 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 -- cgit