mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - undo
- Added logging of both new tasks, and modified tasks. - Added size of undo.data file to the statistics report.
This commit is contained in:
parent
c29682b91f
commit
5d8c28f72f
3 changed files with 40 additions and 22 deletions
|
@ -65,6 +65,7 @@ public:
|
|||
private:
|
||||
FILE* openAndLock (const std::string&);
|
||||
void writeUndo (const Task&, FILE*);
|
||||
void writeUndo (const Task&, const Task&, FILE*);
|
||||
|
||||
private:
|
||||
std::vector <Location> mLocations;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue