# HG changeset patch # User Augie Fackler # Date 1320249039 18000 # Node ID 393535e99b8a4ef15e56ac67280fb045440fd8d3 # Parent 93a8f55a4e301539dbdfb4eeff482b2de3056658 hgrc: remove [hooks] since it's entirely commented out diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -63,9 +63,3 @@ hgcrew = http://hg.intevation.org/mercur hgsubv = ssh://hg@bitbucket.org/durin42/hgsubversion/ hggit = ssh://hg@bitbucket.org/durin42/hg-git/ histedit = ssh://hg@bitbucket.org/durin42/histedit/ - -[hooks] -# Prevent "hg pull" if MQ patches are applied. -#prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1 -# Prevent "hg push" if MQ patches are applied. -#preoutgoing.mq-no-push = ! hg qtop > /dev/null 2>&1