changeset 37393 | afcfdf53e4b5 |
parent 37296 | 78103e4138b1 |
child 37414 | 2d965bfeb8f6 |
--- a/mercurial/wireprototypes.py Thu Apr 05 17:51:10 2018 +0200 +++ b/mercurial/wireprototypes.py Sat Mar 24 17:57:22 2018 +0100 @@ -117,6 +117,12 @@ returns a list of values (same order as <args>)""" + def getprotocaps(): + """Returns the list of protocol-level capabilities of client + + Returns a list of capabilities as declared by the client for + the current request (or connection for stateful protocol handlers).""" + def forwardpayload(fp): """Read the raw payload and forward to a file.