changeset 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 281a9cb03796 1285940a5b3b
files hgrc
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc	Fri Sep 20 19:52:41 2013 +0000
+++ b/hgrc	Sat Aug 02 19:54:51 2014 +0100
@@ -3,7 +3,8 @@
 merge = meld
 
 [trusted]
-#Trust root for VPS running - if we don't trust root then we're screwed anyway!
+#Trust root (mainly for VPS running, where some repos are owned by root and we want to do "hg status" without sudo-ing) 
+#If we don't trust root then we're screwed anyway!
 users = root
 
 [alias]
@@ -23,5 +24,6 @@
 [extdiff]
 cmd.meld = meld
 
-[web]
-cacerts = /etc/pki/tls/certs/ca-bundle.crt
+%include ~/.hgrc-certs
+
+%include ~/.hgrc-auth