- Migrated handleVersion to CmdVersion.
This commit is contained in:
Paul Beckingham
2011-05-24 20:43:50 -04:00
parent d892a0cbd2
commit fc77e04b54
9 changed files with 174 additions and 86 deletions

View File

@@ -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;