Commands - push

- Migrated handlePush to CmdPush.
This commit is contained in:
Paul Beckingham 2011-05-30 14:37:39 -04:00
parent 99fae1f9a8
commit af90a14cb5
9 changed files with 150 additions and 65 deletions

View file

@ -251,7 +251,6 @@ int Context::dispatch (std::string &out)
// TODO Chain-of-command pattern dispatch.
if (cmd.command == "merge") { tdb.gc ();
handleMerge (out); }
else if (cmd.command == "push") { handlePush (out); }
else if (cmd.command == "" &&
sequence.size ()) { rc = handleModify (out); }