mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #991
- Fixed bug #991, which removes an obsolete consistency check. - Removed 'annotations' example from man page, because it is obsolete. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
b4d09d1c30
commit
9a18d77005
4 changed files with 3 additions and 12 deletions
|
@ -372,15 +372,6 @@ int CmdShow::execute (std::string& output)
|
|||
}
|
||||
#endif
|
||||
|
||||
// Check for bad values in rc.annotations.
|
||||
// TODO Deprecated.
|
||||
std::string annotations = context.config.get ("annotations");
|
||||
if (annotations != "full" &&
|
||||
annotations != "sparse" &&
|
||||
annotations != "none")
|
||||
out << format (STRING_CMD_SHOW_CONFIG_ERROR, "annotations", annotations)
|
||||
<< "\n";
|
||||
|
||||
// Check for bad values in rc.calendar.details.
|
||||
std::string calendardetails = context.config.get ("calendar.details");
|
||||
if (calendardetails != "full" &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue