mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdUndo: Outlined processing
This commit is contained in:
parent
ae0482905a
commit
3c9435ca6c
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
int CmdUndo ()
|
||||
{
|
||||
std::cout << "# undo\n";
|
||||
|
||||
// TODO Extract most recent transaction.
|
||||
// TODO Apply inverse.
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue