Mercurial > dotfiles
comparison .hgrc @ 72:d23dde77450a
add histedit to paths
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 06 Apr 2009 21:23:35 -0500 |
parents | 38d7b422fcf5 |
children | 45d7441d0cf2 |
comparison
equal
deleted
inserted
replaced
71:38d7b422fcf5 | 72:d23dde77450a |
---|---|
49 | 49 |
50 [paths] | 50 [paths] |
51 hgcrew = http://hg.intevation.org/mercurial/crew | 51 hgcrew = http://hg.intevation.org/mercurial/crew |
52 hgsubv = ssh://hg@bitbucket.org/durin42/hgsubversion/ | 52 hgsubv = ssh://hg@bitbucket.org/durin42/hgsubversion/ |
53 hggit = ssh://hg@bitbucket.org/durin42/hggit/ | 53 hggit = ssh://hg@bitbucket.org/durin42/hggit/ |
54 histedit = ssh://hg@bitbucket.org/durin42/histedit/ | |
54 | 55 |
55 [hooks] | 56 [hooks] |
56 # Prevent "hg pull" if MQ patches are applied. | 57 # Prevent "hg pull" if MQ patches are applied. |
57 #prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1 | 58 #prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1 |
58 # Prevent "hg push" if MQ patches are applied. | 59 # Prevent "hg push" if MQ patches are applied. |