Commands - log

- Migrated handleLog to CmdLog.
This commit is contained in:
Paul Beckingham
2011-05-29 21:43:37 -04:00
parent cb613c0691
commit c8eb5df1b2
9 changed files with 160 additions and 76 deletions

View File

@@ -143,7 +143,6 @@ void Cmd::load ()
commands.push_back ("done");
commands.push_back ("duplicate");
commands.push_back ("import");
commands.push_back ("log");
commands.push_back ("start");
commands.push_back ("stop");
commands.push_back ("summary");
@@ -236,7 +235,6 @@ bool Cmd::isWriteCommand ()
command == "done" ||
command == "duplicate" ||
command == "import" ||
command == "log" ||
command == "pull" ||
command == "start" ||
command == "stop" ||