I have several repositories that have been converted from SVN and moving forward we want make sure when people push to the repository they can\'t create additional heads. th
This is the best: https://www.mercurial-scm.org/wiki/TipsAndTricks#Prevent_a_push_that_would_create_multiple_heads
I personally use: http://hg.python.org/hooks/file/default/checkheads.py