mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
CmdUndo
- Removed TDB2::commit.
This commit is contained in:
parent
3494a526d7
commit
574aa06249
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ int CmdUndo::execute (std::string& output)
|
|||
throw std::string (STRING_CMD_UNDO_MODS);
|
||||
|
||||
context.tdb2.revert ();
|
||||
context.tdb2.commit ();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue