comparison hggit/compat.py @ 1069:914e5477b17e

config: register git.debugextrainmessage
author Kevin Bullock <kbullock@ringworld.org>
date Tue, 24 Oct 2017 14:36:17 -0500
parents f4c2b42731ea
children 88db6948a5a8
comparison
equal deleted inserted replaced
1068:f4c2b42731ea 1069:914e5477b17e
65 CONFIG_DEFAULTS = { 65 CONFIG_DEFAULTS = {
66 'git': { 66 'git': {
67 'authors': None, 67 'authors': None,
68 'blockdotgit': True, 68 'blockdotgit': True,
69 'branch_bookmark_suffix': None, 69 'branch_bookmark_suffix': None,
70 'debugextrainmessage': False, # test only -- do not document this!
70 'intree': None, 71 'intree': None,
71 }, 72 },
72 'hggit': { 73 'hggit': {
73 'mapsavefrequency': 0, 74 'mapsavefrequency': 0,
74 } 75 }