diff options
author | ikkiran | 2012-05-11 18:14:02 +0530 |
---|---|---|
committer | ikkiran | 2012-05-11 18:14:02 +0530 |
commit | 301e6457fc02e48fb4641ddd95a7fc85eca33fcf (patch) | |
tree | 3d3c5b56cce964fdff8a91cacd86cb2101a69a99 | |
parent | 61aa502e3877d3031657b90c17fcdcdc4b4009da (diff) | |
download | sdes-stscripts-301e6457fc02e48fb4641ddd95a7fc85eca33fcf.tar.gz sdes-stscripts-301e6457fc02e48fb4641ddd95a7fc85eca33fcf.tar.bz2 sdes-stscripts-301e6457fc02e48fb4641ddd95a7fc85eca33fcf.zip |
Update Version_Control/vcs2/vcs2.rst
-rw-r--r-- | Version_Control/vcs2/vcs2.rst | 15 |
1 files 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 |