# HG changeset patch # User Kevin Bullock # Date 1509586689 18000 # Node ID d96f998a718fc8226088d98b65c295dd7a3ec7a5 # Parent fda82627506057bbb33b16c39adebaf2ee074079 config: register defaults for phase-related config options diff -r fda826275060 -r d96f998a718f hggit/compat.py --- a/hggit/compat.py Thu Dec 24 15:51:17 2015 -0600 +++ b/hggit/compat.py Wed Nov 01 20:38:09 2017 -0500 @@ -72,11 +72,13 @@ 'findcopiesharder': False, 'intree': None, 'mindate': None, + 'public': list, 'renamelimit': 400, 'similarity': 0, }, 'hggit': { 'mapsavefrequency': 0, + 'usephases': False, } }