mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #959
- Instead of checking if a date in its epoch representation has changed, 'task edit' checks if a date has changed in its 'dateformat' representation. - The check has not been extended to the annotations for a technical reason (bug #705). Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
ba48cc35d8
commit
8b18ee6f50
2 changed files with 31 additions and 51 deletions
|
@ -41,7 +41,6 @@ public:
|
|||
|
||||
private:
|
||||
std::string findValue (const std::string&, const std::string&);
|
||||
std::string findDate (const std::string&, const std::string&);
|
||||
std::string formatDate (Task&, const std::string&);
|
||||
std::string formatTask (Task);
|
||||
void parseTask (Task&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue