mercurial/wireprototypes.py
changeset 40074 f7011b44d205
parent 40025 b099e6032f38
child 40172 30f70d11c224
--- a/mercurial/wireprototypes.py	Fri Oct 05 22:19:19 2018 +0300
+++ b/mercurial/wireprototypes.py	Fri Oct 05 22:31:12 2018 +0300
@@ -28,6 +28,9 @@
 SSHV2 = 'exp-ssh-v2-0002'
 HTTP_WIREPROTO_V2 = 'exp-http-v2-0002'
 
+NARROWCAP = 'exp-narrow-1'
+ELLIPSESCAP = 'exp-ellipses-1'
+
 # All available wire protocol transports.
 TRANSPORTS = {
     SSHV1: {