log hgext/convert/gnuarch.py @ 43384:1edf620a37a3 stable

age author description
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
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Sat, 30 Dec 2017 00:13:56 +0530 Pulkit Goyal py3: use email.parser module to parse email messages
Wed, 22 Nov 2017 20:49:01 -0500 Matt Harbison convert: save an indicator of the repo type for sources and sinks
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Wed, 02 Mar 2016 08:58:01 +0000 timeless convert: gnuarch use absolute_import
Wed, 14 Oct 2015 02:06:54 -0400 timeless grammar: use does instead of do where appropriate
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 08 Jul 2015 10:27:43 -0700 Durham Goode convert: add support for specifying multiple revs
Tue, 23 Jun 2015 22:30:33 -0700 Gregory Szorc global: mass rewrite to use modern octal syntax
Thu, 19 Mar 2015 17:40:19 +0100 Mads Kiilerich convert: optimize convert of files that are unmodified from p2 in merges
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: introduce --full for converting all files
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 04 Aug 2012 07:14:40 +0200 Ross Lagerwall util: replace util.nulldev with os.devnull stable
Sat, 29 Oct 2011 11:02:23 -0500 Matt Mackall backout dbdb777502dc (issue3077) (issue3071) stable
Mon, 24 Oct 2011 13:51:24 +0200 Thomas Arendsen Hein consistency: use util.realpath instead of os.path.realpath where useful stable
Sun, 08 May 2011 20:35:46 +0200 Adrian Buehlmann rename util.find_exe to findexe
Mon, 20 Sep 2010 21:46:56 +0200 Patrick Mezard Use lexists() instead of exists() where appropriate stable