mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature: Error on virtual tag modification attempt
- An attempt to add or remove a virtual tag is now an error (thanks to Scott M).
This commit is contained in:
parent
1824a542f6
commit
f96a42d8b0
16 changed files with 57 additions and 5 deletions
|
@ -67,6 +67,7 @@ std::string renderAttribute (const std::string&, const std::string&, const std::
|
|||
void feedback_affected (const std::string&);
|
||||
void feedback_affected (const std::string&, int);
|
||||
void feedback_affected (const std::string&, const Task&);
|
||||
void feedback_reserved_tags (const std::string&);
|
||||
void feedback_special_tags (const Task&, const std::string&);
|
||||
void feedback_unblocked (const Task&);
|
||||
void feedback_backlog ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue