Mercurial > dotfiles
changeset 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 | 93a8f55a4e30 |
| children | 79a64ef88a6b |
| files | .hgrc |
| diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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
