diff options
author | Primal Pappachan | 2012-02-13 12:53:31 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-02-13 12:53:31 +0530 |
commit | 582bf577ce699e0fb2a1084af7c42f64956b2993 (patch) | |
tree | e5d06463e156a69ebb26eb831514cc1c733e5676 /Version_Control | |
parent | fd8e486ec44bf79a37da92ebc8d2afc0cb500d15 (diff) | |
download | sdes-stscripts-582bf577ce699e0fb2a1084af7c42f64956b2993.tar.gz sdes-stscripts-582bf577ce699e0fb2a1084af7c42f64956b2993.tar.bz2 sdes-stscripts-582bf577ce699e0fb2a1084af7c42f64956b2993.zip |
rst Formatted
Diffstat (limited to 'Version_Control')
-rw-r--r-- | Version_Control/vcs3/vcs3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Version_Control/vcs3/vcs3.rst b/Version_Control/vcs3/vcs3.rst index ff77e2e..85483e7 100644 --- a/Version_Control/vcs3/vcs3.rst +++ b/Version_Control/vcs3/vcs3.rst @@ -267,6 +267,7 @@ In this tutorial, we have learnt to, .. R19 Here are some self assessment questions for you to solve + #. How to accomplish not saving backup files using hg revert command? #. Get the history of revisions 2 to 4 without having to list each revision? #. Print the description and content of a change. Hint: Use --patch option |