log hgext/convert/gnuarch.py @ 51861:f81e0ce5103a 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
Fri, 29 May 2020 03:56:07 +0200 Manuel Jacob cleanup: eliminate procutil.quotecommand()
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Mon, 04 Nov 2019 10:09:08 +0100 Denis Laxalde py3: encode strings before setting rev summary in gnuarch converter stable
Mon, 04 Nov 2019 09:56:10 +0100 Denis Laxalde py3: use raw string to query EmailMessage in gnuarch converter stable
Mon, 04 Nov 2019 09:52:13 +0100 Denis Laxalde py3: use mail.parsebytes() in gnuarch catlog parser stable
Fri, 11 Oct 2019 18:08:50 +0100 Ian Moody convert: convert os.devnull to bytes before trying to join it with other bytes
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 04 Oct 2019 16:07:32 -0400 Gregory Szorc convert: use pycompat.fsencode()
Tue, 25 Sep 2018 21:16:12 -0400 Matt Harbison py3: convert os.readlink() path to native strings on Windows
Tue, 25 Sep 2018 22:46:18 -0400 Matt Harbison convert: fix a file descriptor leak
Sun, 23 Sep 2018 00:47:04 -0400 Matt Harbison py3: convert arguments, cwd and env to native strings when spawning subprocess
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module