diff options
author | Primal Pappachan | 2012-01-30 11:51:23 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-01-30 11:51:23 +0530 |
commit | 5e8e7c162d0564a18670235e3687d033dee7ac2b (patch) | |
tree | d4e6eddcef3300011bbd652a85c9503312c046cd /Version_Control | |
parent | 7c39aad887820a6d77a8149bf712fc5d1daa9315 (diff) | |
download | sdes-stscripts-5e8e7c162d0564a18670235e3687d033dee7ac2b.tar.gz sdes-stscripts-5e8e7c162d0564a18670235e3687d033dee7ac2b.tar.bz2 sdes-stscripts-5e8e7c162d0564a18670235e3687d033dee7ac2b.zip |
Typo fix
Diffstat (limited to 'Version_Control')
-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 |