1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +01:00
phorge-arcanist/src/hgdaemon
epriestley 460b0e46ee Fix a property name collision in ArcanistHgServerChannel
Summary:
See D2665. Here, `channel` is the Mercurial wire protocol channel name ("o" = "output", "e" = "error", etc), not the underlying channel from `PhutilProxyChannel`.

Rename the property so there's no collision.

Test Plan:
```
$ ../../core/lib/arcanist/scripts/hgdaemon/hgdaemon_client.php . --trace --skip-hello
array(3) {
  [0]=>
  int(0)
  [1]=>
  string(103) "capabilities: getencoding runcommand
encoding: UTF-8
pid: 73263e20cf21273d50f1f66cab6e0f7c74f4864e67f0f"
  [2]=>
  string(0) ""
}

Executed in 30647 us.
```

Reviewers: vrana, chad

Reviewed By: vrana

Differential Revision: https://secure.phabricator.com/D17366
2017-02-16 05:44:10 -08:00
..
ArcanistHgClientChannel.php pht all the things 2015-05-13 21:00:53 +10:00
ArcanistHgProxyClient.php Extend from Phobject 2015-06-15 15:47:33 +10:00
ArcanistHgProxyServer.php Extend from Phobject 2015-06-15 15:47:33 +10:00
ArcanistHgServerChannel.php Fix a property name collision in ArcanistHgServerChannel 2017-02-16 05:44:10 -08:00