How do I make Mercurial require files to have documentation (Javadoc, etc) before pushing? -


is possible via extension or native functionality?

thanks,

brandon

you want pre-commit hook call out "validate document" program. based on response document validation, permit/deny hook.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -