log hgext/convert/bzr.py @ 52001:3af11f3e9980 default tip

age author description
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Tue, 31 Jan 2023 11:41:59 +0100 Pierre-Yves David branching: merge with stable
Wed, 25 Jan 2023 17:52:00 +0400 Anton Shestakov convert: brz 3.3.0 moved NoSuchFile exception to breezy.transport stable
Fri, 06 Jan 2023 13:04:50 -0500 Matt Harbison typing: suppress a bunch of potential import-error cases in extensions
Wed, 02 Nov 2022 14:23:09 -0400 Matt Harbison demandimport: convert ignored modules from bytes -> str in extensions stable
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements