From 5e8e7c162d0564a18670235e3687d033dee7ac2b Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Mon, 30 Jan 2012 11:51:23 +0530 Subject: Typo fix --- Version_Control/vcs3/vcs3.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Version_Control') diff --git a/Version_Control/vcs3/vcs3.rst b/Version_Control/vcs3/vcs3.rst index 681b307..49e2dad 100644 --- a/Version_Control/vcs3/vcs3.rst +++ b/Version_Control/vcs3/vcs3.rst @@ -42,8 +42,9 @@ continue on this tutorial .. R3 At the end of this tutorial you will be able to - 1.Learn how to view and revert changes made to files in a repository. - #.Learn how to share repositories and deal with simultaneous conflicting + + 1. 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 @@ -265,7 +266,7 @@ Here are some self assessment questions for you to solve .. R20 And the answers, - 1.hg revert -C --no-backup + 1. hg revert -C --no-backup #. hg log -r 2:4 #. hg log -v -p -r 2 -- cgit