comparison hgrc @ 10:4268b51e6b73

Add modular login credentials (to avoid version controlling them) and CA support (for StartSSL on CentOS)
author IBBoard <dev@ibboard.co.uk>
date Sat, 02 Aug 2014 19:54:51 +0100
parents 3728d07afc2c
children 48de4a1fca26
comparison
equal deleted inserted replaced
9:3728d07afc2c 10:4268b51e6b73
1 [ui] 1 [ui]
2 username = IBBoard <dev@ibboard.co.uk> 2 username = IBBoard <dev@ibboard.co.uk>
3 merge = meld 3 merge = meld
4 4
5 [trusted] 5 [trusted]
6 #Trust root for VPS running - if we don't trust root then we're screwed anyway! 6 #Trust root (mainly for VPS running, where some repos are owned by root and we want to do "hg status" without sudo-ing)
7 #If we don't trust root then we're screwed anyway!
7 users = root 8 users = root
8 9
9 [alias] 10 [alias]
10 copush = !$HG commit $@ && $HG push 11 copush = !$HG commit $@ && $HG push
11 view = hgview 12 view = hgview
21 mercurial_keyring = 22 mercurial_keyring =
22 23
23 [extdiff] 24 [extdiff]
24 cmd.meld = meld 25 cmd.meld = meld
25 26
26 [web] 27 %include ~/.hgrc-certs
27 cacerts = /etc/pki/tls/certs/ca-bundle.crt 28
29 %include ~/.hgrc-auth