Changeset 560:457546a07232

Show
Ignore:
Timestamp:
06/01/08 20:47:11 (7 months ago)
Author:
David Anderson <dave@…>
Branch:
default
Message:

Add a metadata checker commit hook to the list of development helpers.

Location:
scripts
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • scripts/configure-repos.py

    r559 r560  
    4141    conf.set('hooks', 'pretxncommit.copyright', 
    4242             'hg export tip | ./scripts/copyright_report.py') 
     43    conf.set('hooks', 'pretxncommit.metadata', './scripts/metadata_report.sh') 
    4344 
    4445    conf.write(open('.hg/hgrc', 'w'))