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