Page MenuHomePhabricator

Remove Mercurial daemon working copy operations
Open, LowPublic

Description

This is a followup to T2783. Mercurial daemons still make a handful of direct working copy calls:

  • hg status, which probably needs to be an internal API.
  • hg parents, which can probably be diffusion.parentsquery.
  • hg cat, which can probably be diffusion.existsquery.

We have no immediate need to make Mercurial highly available.