##// END OF EJS Templates
wireprotov2: re-add tuple around `bundle2` check...
Raphaël Gomès -
r46668:aad81032 default
parent child Browse files
Show More
@@ -895,7 +895,7 b' class httpv2peer(object):'
895 895 return True
896 896
897 897 # Other concepts.
898 if name in b'bundle2':
898 if name in (b'bundle2',):
899 899 return True
900 900
901 901 # Alias command-* to presence of command of that name.
General Comments 0
You need to be logged in to leave comments. Login now