D2483: wireproto: allow wire protocol commands to declare transport support

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu Mar 1 21:49:40 UTC 2018


durin42 added inline comments.

INLINE COMMENTS

> wireproto.py:669-673
> +POLICY_ALL = 'all'
> +POLICY_SSH_ONLY = 'ssh-only'
> +POLICY_HTTP_ONLY = 'http-only'
> +POLICY_V1_ONLY = 'v1-only'
> +POLICY_V2_ONLY = 'v2-only'

These feel vaguely orthogonal? Some are proto versions (that only apply to ssh?)

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2483

To: indygreg, #hg-reviewers
Cc: durin42, mercurial-devel


More information about the Mercurial-devel mailing list