Construction
- public function __construct($working_copy) — Build a new client. This client is bound to a working copy. A server must already be running on this working copy for the client to work.
Configuration
- public function setSkipHello($skip) — When connecting, do not expect the "capabilities" message.
Executing Mercurial Commands
- public function executeCommand($argv) — Execute a command (given as a list of arguments) via the command server.
Internals
- private function connectToDaemon()
- private function launchDaemon()