mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Undo
- Stubbed the undo implementation in TB2::revert (undo as a name is already taken), and in the process lose the capability. - Add detection of <modifications> when running the 'undo' command and generate an error.
This commit is contained in:
parent
94ce784f33
commit
c1f33a23d3
4 changed files with 346 additions and 4 deletions
|
@ -97,6 +97,7 @@ public:
|
|||
void modify (const Task&);
|
||||
void commit ();
|
||||
void synch ();
|
||||
void revert ();
|
||||
int gc ();
|
||||
int next_id ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue