Mercurial > hg
changeset 4660:cfa477946181
Adjust note about variables not being set for empty values.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 21 Jun 2007 09:45:33 +0200 |
parents | 7a7d4937272b |
children | a7e9b6b1adeb |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Thu Jun 21 09:25:49 2007 +0200 +++ b/doc/hgrc.5.txt Thu Jun 21 09:45:33 2007 +0200 @@ -327,10 +327,9 @@ Also, hooks like "commit" will be called in all contexts that generate a commit (eg. tag) and not just the commit command. - Note2: Environment variables with empty values may not be passed to - hooks on platforms like Windows. For instance, $HG_PARENT2 will - not be available under Windows for non-merge changesets while being - set to an empty value under Unix-like systems. + Note2: Environment variables with empty values will not be passed to + hooks. For instance, $HG_PARENT2 will not be set for non-merge + changesets. The syntax for Python hooks is as follows: