diff hggit/compat.py @ 1065:78dc28eb4245

config: register git.branch_bookmark_suffix
author Kevin Bullock <kbullock@ringworld.org>
date Tue, 24 Oct 2017 14:22:19 -0500
parents d37336a87b70
children ddae0045de4e
line wrap: on
line diff
--- a/hggit/compat.py	Tue Oct 24 14:18:26 2017 -0500
+++ b/hggit/compat.py	Tue Oct 24 14:22:19 2017 -0500
@@ -65,6 +65,7 @@
 CONFIG_DEFAULTS = {
     'git': {
         'blockdotgit': True,
+        'branch_bookmark_suffix': None,
         'intree': None,
     },
 }