Show More
@@ -308,6 +308,11 b' hooks::' | |||||
308 | did not have a "HG_" prefix. The old unprefixed names are no longer |
|
308 | did not have a "HG_" prefix. The old unprefixed names are no longer | |
309 | provided in the environment. |
|
309 | provided in the environment. | |
310 |
|
310 | |||
|
311 | Note2: Environment variables with empty values may not be passed to | |||
|
312 | hooks on platforms like Windows. For instance, $HG_PARENT2 will | |||
|
313 | not be available under Windows for non-merge changesets while being | |||
|
314 | set to an empty value under Unix-like systems. | |||
|
315 | ||||
311 | The syntax for Python hooks is as follows: |
|
316 | The syntax for Python hooks is as follows: | |
312 |
|
317 | |||
313 | hookname = python:modulename.submodule.callable |
|
318 | hookname = python:modulename.submodule.callable |
General Comments 0
You need to be logged in to leave comments.
Login now