Mercurial > dotfiles
comparison .hgrc @ 48:bc63fd9e6d64
Edit some paths in .hgrc
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 11 Feb 2009 10:27:06 -0600 |
parents | 9b1e270ebbf6 |
children | ade76bc406d7 |
comparison
equal
deleted
inserted
replaced
47:e80bc65439ac | 48:bc63fd9e6d64 |
---|---|
48 [color] | 48 [color] |
49 status.ignored = magenta bold | 49 status.ignored = magenta bold |
50 | 50 |
51 [paths] | 51 [paths] |
52 hgcrew = http://hg.intevation.org/mercurial/crew | 52 hgcrew = http://hg.intevation.org/mercurial/crew |
53 hgbookmarks = http://www.bitbucket.org/segv/hgbookmarks | 53 hgsubv = ssh://hg@bitbucket.org/durin42/hgsubversion/ |
54 hgsubv = https://durin42@bitbucket.org/durin42/hgsubversion | 54 hggit = ssh://hg@bitbucket.org/durin42/hggit// |
55 | 55 |
56 [hooks] | 56 [hooks] |
57 # Prevent "hg pull" if MQ patches are applied. | 57 # Prevent "hg pull" if MQ patches are applied. |
58 #prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1 | 58 #prechangegroup.mq-no-pull = ! hg qtop > /dev/null 2>&1 |
59 # Prevent "hg push" if MQ patches are applied. | 59 # Prevent "hg push" if MQ patches are applied. |