log mercurial/wireprotoserver.py @ 52178:bcd4962e0df9

age author description
Thu, 24 Oct 2024 20:50:47 -0400 Matt Harbison wireprotoserver: subclass the new `baseprotocolhandler` Protocol class
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 04 Apr 2024 14:15:32 +0100 Arseniy Alekseyev wireprotoserver: ensure that output stream gets flushed on exception stable
Sat, 13 Apr 2019 03:44:55 +0200 Manuel Jacob hidden: add support to explicitly access hidden changesets with SSH peers
Sat, 13 Apr 2019 02:01:26 +0200 Manuel Jacob hidden: add support to explicitly access hidden changesets via HTTP
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
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, 07 Dec 2021 16:44:22 +0100 Raphaël Gomès exchangev2: remove it
Tue, 14 Dec 2021 19:13:30 -0500 Matt Harbison pytype: stop excluding wireprotoserver.py
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 11 Mar 2021 21:07:04 -0500 Matt Harbison wireprotoserver: convert ErrorResponse to bytes stable
Tue, 03 Nov 2020 20:18:26 -0800 Martin von Zweigbergk httpservice: move sys.exit() out of serve_forever()
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals