diff options
author | Primal Pappachan | 2012-01-31 17:24:37 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-01-31 17:24:37 +0530 |
commit | fd6825def12c37084ac1e798ed491cafd4619a07 (patch) | |
tree | 50d68bed3528d4753897da65d6a35d1530cfebeb /Version_Control | |
parent | 2fe9153d1ae3c4eb0a32ef6bf360ad38c501098e (diff) | |
download | sdes-stscripts-fd6825def12c37084ac1e798ed491cafd4619a07.tar.gz sdes-stscripts-fd6825def12c37084ac1e798ed491cafd4619a07.tar.bz2 sdes-stscripts-fd6825def12c37084ac1e798ed491cafd4619a07.zip |
rst Formatted
Diffstat (limited to 'Version_Control')
-rw-r--r-- | Version_Control/vcs3/vcs3.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Version_Control/vcs3/vcs3.rst b/Version_Control/vcs3/vcs3.rst index 47940f5..5c4c61c 100644 --- a/Version_Control/vcs3/vcs3.rst +++ b/Version_Control/vcs3/vcs3.rst @@ -42,7 +42,9 @@ 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. + +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. @@ -278,7 +280,9 @@ Here are some self assessment questions for you to solve And the answers, 1. hg revert -C --no-backup + 2. hg log -r 2:4 + 3. hg log -v -p -r 2 .. L21 |