From fd6825def12c37084ac1e798ed491cafd4619a07 Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Tue, 31 Jan 2012 17:24:37 +0530 Subject: rst Formatted --- Version_Control/vcs3/vcs3.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Version_Control') 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 -- cgit