Metadata-Version: 1.0
Name: autohook
Version: 1.0.0
Summary: Automatic hook configuration for multiple Mercurial repositories
Home-page: https://bitbucket.org/haard/autohook
Author: Fredrik Håård
Author-email: fredrik@haard.se
License: Do whatever you want, don't blame me
Description: 
        Can be configured in any hgrc (system, user, repo) and trigger for 
        a push (pretxnchangegroup) into any repository that uses that hgrc. 
        Can load external (Python) hooks that needs to accept parameters 
        repo, user, start revison, end revision
        
        Contains two built-in hooks, adds_branch and has_multiple_heads, 
        and users that can bypass hooks can be defined. Depends on hgapi (https://bitbucket.org/haard/hgapi).
        
Keywords: mercurial hook api
Platform: UNKNOWN
