Command - prepend

- Migrated handlePrepend to CmdPrepend.
This commit is contained in:
Paul Beckingham
2011-05-28 16:40:39 -04:00
parent 920e1c6c86
commit ef65617258
9 changed files with 177 additions and 92 deletions

View File

@@ -153,7 +153,6 @@ void Cmd::load ()
commands.push_back ("duplicate");
commands.push_back ("import");
commands.push_back ("log");
commands.push_back ("prepend");
commands.push_back ("start");
commands.push_back ("stop");
commands.push_back ("summary");
@@ -256,7 +255,6 @@ bool Cmd::isWriteCommand ()
command == "duplicate" ||
command == "import" ||
command == "log" ||
command == "prepend" ||
command == "pull" ||
command == "start" ||
command == "stop" ||