##// END OF EJS Templates
Adjust note about variables not being set for empty values.
Thomas Arendsen Hein -
r4660:cfa47794 default
parent child Browse files
Show More
@@ -327,10 +327,9 b' hooks::'
327 Also, hooks like "commit" will be called in all contexts that
327 Also, hooks like "commit" will be called in all contexts that
328 generate a commit (eg. tag) and not just the commit command.
328 generate a commit (eg. tag) and not just the commit command.
329
329
330 Note2: Environment variables with empty values may not be passed to
330 Note2: Environment variables with empty values will not be passed to
331 hooks on platforms like Windows. For instance, $HG_PARENT2 will
331 hooks. For instance, $HG_PARENT2 will not be set for non-merge
332 not be available under Windows for non-merge changesets while being
332 changesets.
333 set to an empty value under Unix-like systems.
334
333
335 The syntax for Python hooks is as follows:
334 The syntax for Python hooks is as follows:
336
335
General Comments 0
You need to be logged in to leave comments. Login now