Clone hook?

Stephen Rasku mercurial at srasku.net
Tue Jun 9 15:04:52 CDT 2009


On Tue, Jun 9, 2009 at 12:58, Christian Ebert<blacktrash at gmx.net> wrote:
>
> There are the pre- and post-<command> hooks:
>
> post-<command>
>       Run after successful invocations of the associated command. The contents
>       of the command line are passed as $HG_ARGS and the result code in
>       $HG_RESULT. Hook failure is ignored.
>
> pre-<command>
>       Run before executing the associated command. The contents of the command
>       line are passed as $HG_ARGS. If the hook returns failure, the command
>       doesn't execute and Mercurial returns the failure code.

Thanks, for the information.  I think I am going to implement the CVS
checkout using the Makefiles since the hook configuration is not
version controlled.

...Stephen



More information about the Mercurial mailing list