Commands - _query

- Migrated handleQuery to CmdQuery.
This commit is contained in:
Paul Beckingham 2011-05-30 13:00:51 -04:00
parent 75e651626d
commit 4603bdb509
8 changed files with 129 additions and 44 deletions

View file

@ -259,7 +259,6 @@ int Context::dispatch (std::string &out)
handleMerge (out); }
else if (cmd.command == "push") { handlePush (out); }
else if (cmd.command == "pull") { handlePull (out); }
else if (cmd.command == "_query") { rc = handleQuery (out); }
else if (cmd.command == "" &&
sequence.size ()) { rc = handleModify (out); }