Command - undo
- Migrated handleUndo to CmdUndo.
This commit is contained in:
@@ -252,7 +252,6 @@ int Context::dispatch (std::string &out)
|
||||
if (cmd.command == "timesheet") { rc = handleReportTimesheet (out); }
|
||||
else if (cmd.command == "done") { rc = handleDone (out); }
|
||||
else if (cmd.command == "delete") { rc = handleDelete (out); }
|
||||
else if (cmd.command == "undo") { handleUndo ( ); }
|
||||
else if (cmd.command == "merge") { tdb.gc ();
|
||||
handleMerge (out); }
|
||||
else if (cmd.command == "push") { handlePush (out); }
|
||||
|
||||
Reference in New Issue
Block a user