diff options
author | ikkiran | 2012-05-11 18:09:34 +0530 |
---|---|---|
committer | ikkiran | 2012-05-11 18:09:34 +0530 |
commit | 61aa502e3877d3031657b90c17fcdcdc4b4009da (patch) | |
tree | c261319c14fe2577ee1f1bda45def95048c1f98d /Version_Control | |
parent | 133b4212682a84c65c93f98419f51c594b4e1741 (diff) | |
download | sdes-stscripts-61aa502e3877d3031657b90c17fcdcdc4b4009da.tar.gz sdes-stscripts-61aa502e3877d3031657b90c17fcdcdc4b4009da.tar.bz2 sdes-stscripts-61aa502e3877d3031657b90c17fcdcdc4b4009da.zip |
Updated answers.
Diffstat (limited to 'Version_Control')
-rw-r--r-- | Version_Control/vcs2/vcs2.rst | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Version_Control/vcs2/vcs2.rst b/Version_Control/vcs2/vcs2.rst index 07ffeed..da58037 100644 --- a/Version_Control/vcs2/vcs2.rst +++ b/Version_Control/vcs2/vcs2.rst @@ -313,9 +313,18 @@ 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 !. You ca - 2. The revision number is a handy notation that is only valid in that repositor - 3. If you have set the EMAIL environment variable, this will be used. Next, Mer + 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. .. L25 |