##// END OF EJS Templates
Merge with crew-stable
Patrick Mezard -
r4642:7c542885 merge default
parent child Browse files
Show More
@@ -327,6 +327,11 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
331 hooks on platforms like Windows. For instance, $HG_PARENT2 will
332 not be available under Windows for non-merge changesets while being
333 set to an empty value under Unix-like systems.
334
330 The syntax for Python hooks is as follows:
335 The syntax for Python hooks is as follows:
331
336
332 hookname = python:modulename.submodule.callable
337 hookname = python:modulename.submodule.callable
General Comments 0
You need to be logged in to leave comments. Login now