mercurial/httppeer.py
changeset 39629 a86d21e70b2b
parent 39628 a5de21c9e370
child 39630 9c2c77c73f23
--- a/mercurial/httppeer.py	Tue Aug 21 15:33:11 2018 -0700
+++ b/mercurial/httppeer.py	Wed Sep 12 09:58:23 2018 -0700
@@ -802,7 +802,8 @@
             return True
 
         # Other concepts.
-        if name in ('bundle2',):
+        # TODO remove exchangev2 once we have a command implemented.
+        if name in ('bundle2', 'exchangev2'):
             return True
 
         # Alias command-* to presence of command of that name.