diff hgext/narrow/narrowbundle2.py @ 39529:e82da0fcc7c5

narrow: move wire proto capabilities to narrowwirepeer These are not bundle2 capabilities (they just happened to share the name "narrow"), so they seem to belong with the wirepeer overrides. Differential Revision: https://phab.mercurial-scm.org/D4528
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 11 Sep 2018 10:50:46 -0700
parents c90514043eaa
children ce20caecacbd
line wrap: on
line diff
--- a/hgext/narrow/narrowbundle2.py	Tue Sep 11 11:03:15 2018 -0700
+++ b/hgext/narrow/narrowbundle2.py	Tue Sep 11 10:50:46 2018 -0700
@@ -32,7 +32,6 @@
 )
 
 NARROWCAP = 'narrow'
-ELLIPSESCAP = 'ellipses'
 _NARROWACL_SECTION = 'narrowhgacl'
 _CHANGESPECPART = NARROWCAP + ':changespec'
 _SPECPART = NARROWCAP + ':spec'