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
Use hg ci -m 'Closed branch feature-x' --close-branch to close all but one head and then apply a normal single-head hook.
hg ci -m 'Closed branch feature-x' --close-branch