From 301e6457fc02e48fb4641ddd95a7fc85eca33fcf Mon Sep 17 00:00:00 2001 From: ikkiran Date: Fri, 11 May 2012 18:14:02 +0530 Subject: Update Version_Control/vcs2/vcs2.rst --- Version_Control/vcs2/vcs2.rst | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/Version_Control/vcs2/vcs2.rst b/Version_Control/vcs2/vcs2.rst index da58037..57d40bf 100644 --- a/Version_Control/vcs2/vcs2.rst +++ b/Version_Control/vcs2/vcs2.rst @@ -314,17 +314,10 @@ Here are some self assessment questions for you to solve And the answers, 1. If you have deleted files, hg status will show you the status code ! - 2. The revision number is a handy notation that is only valid in that repository. -The hexadecimal string is the permanent, unchanging identifier that will always identify that exact -changeset in every copy of the repository. - 3. If you have set the EMAIL environment variable, this will be -used. Next, Mercurial will query your system to find out your -local user name and host name, and construct a username -from these components. Since this often results in a -username that is not very useful, it will print a warning if it -has to do this. If all of these mechanisms fail, Mercurial will -fail, printing an error message. In this case, it will not let you -commit until you set up a username. + 2. The revision number is a handy notation that is only valid in that repository. The hexadecimal string is the permanent, unchanging identifier that will always identify that exact changeset in every copy of the repository. + 3. If you have set the EMAIL environment variable, this will be used. Next, Mercurial will query your system to find out your + local user name and host name, and construct a username from these components. Since this often results in a username that is not very useful, it will print a warning if it has to do this. If all of these mechanisms fail, Mercurial will + fail, printing an error message. In this case, it will not let you commit until you set up a username. .. L25 -- cgit