Commands
- Migrated handleVersion to CmdVersion.
This commit is contained in:
@@ -177,7 +177,6 @@ void Cmd::load ()
|
||||
commands.push_back ("summary");
|
||||
commands.push_back ("timesheet");
|
||||
commands.push_back ("undo");
|
||||
commands.push_back ("version");
|
||||
commands.push_back ("merge");
|
||||
commands.push_back ("push");
|
||||
commands.push_back ("pull");
|
||||
@@ -272,7 +271,6 @@ bool Cmd::isReadOnlyCommand ()
|
||||
command == "stats" ||
|
||||
command == "summary" ||
|
||||
command == "timesheet" ||
|
||||
command == "version" ||
|
||||
validCustom (command))
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user