comparison .hgrc @ 267:393535e99b8a

hgrc: remove [hooks] since it's entirely commented out
author Augie Fackler <durin42@gmail.com>
date Wed, 02 Nov 2011 10:50:39 -0500
parents 09c0d4ed07f3
children be933a11b72c
comparison
equal deleted inserted replaced
266:93a8f55a4e30 267:393535e99b8a
61 [paths] 61 [paths]
62 hgcrew = http://hg.intevation.org/mercurial/crew 62 hgcrew = http://hg.intevation.org/mercurial/crew
63 hgsubv = ssh://hg@bitbucket.org/durin42/hgsubversion/ 63 hgsubv = ssh://hg@bitbucket.org/durin42/hgsubversion/
64 hggit = ssh://hg@bitbucket.org/durin42/hg-git/ 64 hggit = ssh://hg@bitbucket.org/durin42/hg-git/
65 histedit = ssh://hg@bitbucket.org/durin42/histedit/ 65 histedit = ssh://hg@bitbucket.org/durin42/histedit/
66
67 [hooks]
68 # Prevent "hg pull" if MQ patches are applied.
69 #prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1
70 # Prevent "hg push" if MQ patches are applied.
71 #preoutgoing.mq-no-push = ! hg qtop > /dev/null 2>&1