Show More
@@ -213,7 +213,7 b' def _clientcapabilities():' | |||||
213 |
|
213 | |||
214 | Returns a list of capabilities that are supported by this client. |
|
214 | Returns a list of capabilities that are supported by this client. | |
215 | """ |
|
215 | """ | |
216 |
protoparams = {b'partial-pull' |
|
216 | protoparams = {b'partial-pull'} | |
217 | comps = [ |
|
217 | comps = [ | |
218 | e.wireprotosupport().name |
|
218 | e.wireprotosupport().name | |
219 | for e in util.compengines.supportedwireengines(util.CLIENTROLE) |
|
219 | for e in util.compengines.supportedwireengines(util.CLIENTROLE) |
General Comments 0
You need to be logged in to leave comments.
Login now