Changeset View
Changeset View
Standalone View
Standalone View
src/hgdaemon/ArcanistHgProxyClient.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Client for an @{class:ArcanistHgProxyServer}. This client talks to a PHP | * Client for an @{class:ArcanistHgProxyServer}. This client talks to a PHP | ||||
| * process which serves as a proxy in front of a Mercurial server process. | * process which serves as a proxy in front of a Mercurial server process. | ||||
| * The PHP proxy allows multiple clients to use the same Mercurial server. | * The PHP proxy allows multiple clients to use the same Mercurial server. | ||||
| * | * | ||||
| * This class presents an API which is similar to the hg command-line API. | * This class presents an API which is similar to the hg command-line API. | ||||
| * | * | ||||
| * Each client is bound to a specific working copy: | * Each client is bound to a specific working copy: | ||||
| ▲ Show 20 Lines • Show All 187 Lines • Show Last 20 Lines | |||||