comparison hggit/compat.py @ 1064:d37336a87b70

config: register git.intree
author Kevin Bullock <kbullock@ringworld.org>
date Tue, 24 Oct 2017 14:18:26 -0500
parents ae5759bf5bcd
children 78dc28eb4245
comparison
equal deleted inserted replaced
1063:ae5759bf5bcd 1064:d37336a87b70
63 63
64 64
65 CONFIG_DEFAULTS = { 65 CONFIG_DEFAULTS = {
66 'git': { 66 'git': {
67 'blockdotgit': True, 67 'blockdotgit': True,
68 'intree': None,
68 }, 69 },
69 } 70 }
70 71
71 hasconfigitems = False 72 hasconfigitems = False
72 73