Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
file |
diff |
annotate
|
Fri, 21 Sep 2018 19:48:23 -0400 |
Matt Harbison |
py3: rename pycompat.getcwd() to encoding.getcwd() (API)
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 16:30:27 +0530 |
Pulkit Goyal |
py3: use b"%d" instead of str() to convert integers to bytes
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
file |
diff |
annotate
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
file |
diff |
annotate
|
Sat, 24 Feb 2018 16:06:21 +0530 |
Pulkit Goyal |
py3: make sure regexes are bytes
|
file |
diff |
annotate
|
Mon, 12 Feb 2018 23:50:58 -0500 |
Augie Fackler |
convert: open all files in binary mode
|
file |
diff |
annotate
|
Wed, 22 Nov 2017 20:49:01 -0500 |
Matt Harbison |
convert: save an indicator of the repo type for sources and sinks
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:33:25 +0200 |
Boris Feld |
configitems: register the 'convert.cvsps.mergeto' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:33:15 +0200 |
Boris Feld |
configitems: register the 'convert.cvsps.mergefrom' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:33:06 +0200 |
Boris Feld |
configitems: register the 'convert.cvsps.fuzz' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:32:53 +0200 |
Boris Feld |
configitems: register the 'convert.cvsps.cache' config
|
file |
diff |
annotate
|
Sun, 18 Dec 2016 02:08:59 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 5 of 5)
|
file |
diff |
annotate
|
Wed, 23 Nov 2016 00:03:11 +0530 |
Pulkit Goyal |
py3: use pycompat.getcwd() instead of os.getcwd()
|
file |
diff |
annotate
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
file |
diff |
annotate
|
Sun, 10 Apr 2016 20:55:37 +0000 |
timeless |
pycompat: switch to util.stringio for py3 compat
|
file |
diff |
annotate
|
Wed, 02 Mar 2016 16:41:35 +0000 |
timeless |
convert: cvs use absolute_import
|
file |
diff |
annotate
|
Wed, 14 Oct 2015 02:06:54 -0400 |
timeless |
grammar: use does instead of do where appropriate
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Wed, 08 Jul 2015 10:27:43 -0700 |
Durham Goode |
convert: add support for specifying multiple revs
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Thu, 19 Mar 2015 17:40:19 +0100 |
Mads Kiilerich |
convert: optimize convert of files that are unmodified from p2 in merges
|
file |
diff |
annotate
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: introduce --full for converting all files
|
file |
diff |
annotate
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: use None value for missing files instead of overloading IOError
|
file |
diff |
annotate
|
Sun, 18 Nov 2012 12:26:50 -1000 |
Julian Cowley |
convert: add config option to use the local time zone
|
file |
diff |
annotate
|