hgext/convert/monotone.py
Tue, 14 Jul 2020 10:25:41 +0200 Manuel Jacob convert: use bytes for value in extra dict stable
Sat, 28 Dec 2019 01:12:19 -0500 Matt Harbison cleanup: replace contiguous spaces in regex patterns with an explicit count
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
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 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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, 03 May 2019 15:42:13 -0400 Augie Fackler monotone: fix a bogus _() wrapper that was caught when formatting code
Tue, 05 Feb 2019 21:30:30 +0300 Pulkit Goyal py3: add some b'' prefixes in hgext/convert/monotone.py
Tue, 05 Feb 2019 21:29:55 +0300 Pulkit Goyal py3: use '%d' for integers instead of '%s'
Mon, 04 Feb 2019 09:03:10 -0800 Gregory Szorc convert: use raw string for regular expressions
Sun, 03 Feb 2019 17:05:47 +0530 Pulkit Goyal py3: use pycompat.long in hgext/convert/monotone.py
Wed, 30 Jan 2019 03:50:31 +0530 Pulkit Goyal montone: fix addition to list by using .append() instead of '+'
Wed, 30 Jan 2019 03:49:56 +0530 Pulkit Goyal py3: use '%d' instead of '%s' for integers
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Sat, 13 Oct 2018 04:51:09 +0300 Pulkit Goyal py3: use '%d' for integers instead of '%s'
Sat, 15 Sep 2018 00:17:56 +0300 Pulkit Goyal py3: use "%f" for floats instead of "%s"
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Sat, 24 Feb 2018 16:07:45 +0530 Pulkit Goyal py3: replace file() with open()
Sat, 24 Feb 2018 16:06:21 +0530 Pulkit Goyal py3: make sure regexes are bytes
Mon, 19 Feb 2018 23:46:42 +0530 Pulkit Goyal py3: add a r'' prefix to prevent transformer from adding b''
Mon, 19 Feb 2018 23:44:41 +0530 Pulkit Goyal py3: use pycompat.byteskwargs in hgext/convert/
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 15:50:34 +0000 timeless convert: monotone 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
Thu, 19 Mar 2015 17:40:19 +0100 Mads Kiilerich convert: optimize convert of files that are unmodified from p2 in merges
less more (0) -50 -30 tip