Context
- rc.debug.hooks and rc.debug.parser are now valid settings. They are not yet obeyed.
This commit is contained in:
@@ -768,10 +768,10 @@ void Context::propagateDebug ()
|
||||
config.set ("debug.tls", 2);
|
||||
|
||||
if (! config.has ("debug.hooks"))
|
||||
config.set ("debug.hooks", 2);
|
||||
config.set ("debug.hooks", 1);
|
||||
|
||||
if (! config.has ("debug.parser"))
|
||||
config.set ("debug.parser", 2);
|
||||
config.set ("debug.parser", 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -134,6 +134,8 @@ int CmdShow::execute (std::string& output)
|
||||
" dateformat.info"
|
||||
" dateformat.report"
|
||||
" debug"
|
||||
" debug.hooks"
|
||||
" debug.parser"
|
||||
" debug.tls"
|
||||
" default.command"
|
||||
" default.due"
|
||||
|
||||
Reference in New Issue
Block a user