diff hggit/compat.py @ 1063:ae5759bf5bcd

config: register git.blockdotgit
author Kevin Bullock <kbullock@ringworld.org>
date Tue, 24 Oct 2017 14:14:25 -0500
parents c249de74742b
children d37336a87b70
line wrap: on
line diff
--- a/hggit/compat.py	Wed Nov 01 20:05:44 2017 -0500
+++ b/hggit/compat.py	Tue Oct 24 14:14:25 2017 -0500
@@ -63,6 +63,9 @@
 
 
 CONFIG_DEFAULTS = {
+    'git': {
+        'blockdotgit': True,
+    },
 }
 
 hasconfigitems = False