Skip to content

starenka/hghooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

hghooks

This package contains Mercurial hooks. Add this package to your PYTHONPATH (f.e by adding "export PYTHONPATH=$PYTHONPATH:~/bin" to your ~/.profile

  • assuming ~/bin contains symlink to hghooks dir or the dir itself). To use some hooks just add them into ~/.hgrc like this:

    [hooks] pretxncommit.monkeycheck = python:{{PACKAGE}}.py.monkey.check pretxncommit.chimpcheck = python:{{PACKAGE}}.js.chimp.check

You can disable hook(s) by using --config option:

hg commit -m 'meh' --config "hooks.pretxncommit.monkeycheck="

About

Collection (ehm) of Mercurial hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages