Show More
@@ -895,7 +895,7 b' class httpv2peer(object):' | |||||
895 | return True |
|
895 | return True | |
896 |
|
896 | |||
897 | # Other concepts. |
|
897 | # Other concepts. | |
898 | if name in b'bundle2': |
|
898 | if name in (b'bundle2',): | |
899 | return True |
|
899 | return True | |
900 |
|
900 | |||
901 | # Alias command-* to presence of command of that name. |
|
901 | # Alias command-* to presence of command of that name. |
General Comments 0
You need to be logged in to leave comments.
Login now