diff options
-rw-r--r-- | Version_Control/vcs3/vcs3.rst | 7 |
1 files changed, 4 insertions, 3 deletions
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 |