Changeset 560:457546a07232
- Timestamp:
- 06/01/08 20:47:11 (7 months ago)
- Branch:
- default
- Location:
- scripts
- Files:
-
- 1 added
- 1 modified
-
configure-repos.py (modified) (1 diff)
-
metadata_report.sh (added)
Legend:
- Unmodified
- Added
- Removed
-
scripts/configure-repos.py
r559 r560 41 41 conf.set('hooks', 'pretxncommit.copyright', 42 42 'hg export tip | ./scripts/copyright_report.py') 43 conf.set('hooks', 'pretxncommit.metadata', './scripts/metadata_report.sh') 43 44 44 45 conf.write(open('.hg/hgrc', 'w'))
