# HG changeset patch # User Kevin Bullock <kbullock@ringworld.org> # Date 1509586689 18000 # Wed Nov 01 20:38:09 2017 -0500 # Node ID d96f998a718fc8226088d98b65c295dd7a3ec7a5 # Parent fda82627506057bbb33b16c39adebaf2ee074079 config: register defaults for phase-related config options diff --git a/hggit/compat.py b/hggit/compat.py --- a/hggit/compat.py +++ b/hggit/compat.py @@ -72,11 +72,13 @@ 'findcopiesharder': False, 'intree': None, 'mindate': None, + 'public': list, 'renamelimit': 400, 'similarity': 0, }, 'hggit': { 'mapsavefrequency': 0, + 'usephases': False, } }