Mercurial > hg
diff mercurial/wireprotoserver.py @ 39934:a24f4638d6c1
narrow: move the ellipses server capability to core
This will be used in core logic to determining whether a server is ellipses
enabled or not. And also this will ease moving narrow related things to core.
Differential Revision: https://phab.mercurial-scm.org/D4809
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Sun, 30 Sep 2018 03:45:51 +0530 |
parents | d5498db5f86a |
children | f7011b44d205 |
line wrap: on
line diff
--- a/mercurial/wireprotoserver.py Sun Sep 30 03:42:35 2018 +0530 +++ b/mercurial/wireprotoserver.py Sun Sep 30 03:45:51 2018 +0530 @@ -39,6 +39,7 @@ HGERRTYPE = 'application/hg-error' NARROWCAP = 'exp-narrow-1' +ELLIPSESCAP = 'exp-ellipses-1' SSHV1 = wireprototypes.SSHV1 SSHV2 = wireprototypes.SSHV2