log tests/test-wireproto.py @ 51831:34eb3a711955 default tip

age author description
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 24 Aug 2021 17:27:16 +0200 Valentin Gatien-Baron wireprotov1peer: update all rpcs to use the new batchable scheme
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 12 Feb 2019 19:08:17 +0100 Joerg Sonnenberger server: allow customizing the default repo filter
Thu, 10 May 2018 21:08:32 +0900 Yuya Nishihara stringutil: flip the default of pprint() to bprefix=False
Fri, 27 Apr 2018 11:55:04 -0400 Augie Fackler tests: port test-wireproto.py to Python 3
Mon, 16 Apr 2018 22:21:54 -0700 Gregory Szorc wireproto: rename wireproto to wireprotov1server (API)
Wed, 11 Apr 2018 16:18:26 -0700 Gregory Szorc wireproto: remove iterbatch() from peer interface (API)
Wed, 11 Apr 2018 12:49:08 -0700 Gregory Szorc wireproto: move version 1 peer functionality to standalone module (API)
Fri, 30 Mar 2018 18:57:13 -0700 Gregory Szorc peer: make ui an attribute
Wed, 28 Mar 2018 10:40:41 -0700 Gregory Szorc wireproto: separate commands tables for version 1 and 2 commands
Wed, 14 Mar 2018 15:56:34 -0400 Augie Fackler tests: fix test-wireproto.py to work around serverrepo() not having a ui
Wed, 07 Mar 2018 16:18:52 -0800 Gregory Szorc wireproto: formalize permissions checking as part of protocol interface
Fri, 02 Mar 2018 04:49:08 +0530 Pulkit Goyal py3: port tests/test-wireproto.py to Python 3