Journal Feature

- Added change log display to the 'info' command, controlled by the
  'journal.info' configuration setting.
This commit is contained in:
Paul Beckingham
2010-11-27 16:38:36 -05:00
parent 31cf470cc8
commit 4c3354fa50
8 changed files with 219 additions and 16 deletions

View File

@@ -103,6 +103,7 @@ std::string Config::defaults =
"journal.time=no # Record start/stop commands as annotation\n"
"journal.time.start.annotation=Started task # Annotation description for the start journal entry\n"
"journal.time.stop.annotation=Stopped task # Annotation description for the stop journal entry\n"
"journal.info=on # Display task journal with info command\n"
"\n"
"# Dependency controls\n"
"dependency.reminder=on # Nags on dependency chain violations\n"