Thu, 05 Jan 2023 17:15:27 -0500 |
Matt Harbison |
typing: add some assertions that a variable isn't None
|
Tue, 01 Mar 2022 20:50:34 -0800 |
Gregory Szorc |
py3: use int instead of pycompat.long
|
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
|
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
|
Wed, 21 Jan 2015 00:02:17 +0100 |
Mads Kiilerich |
convert: when converting from monotone, use the number 1 for close in extras
|
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
|
Tue, 21 Aug 2012 02:41:20 +0200 |
Mads Kiilerich |
delete some dead comments and docstrings
|
Sat, 12 May 2012 16:02:46 +0200 |
Brodie Rao |
cleanup: replace naked excepts with except Exception: ...
|
Sat, 12 May 2012 16:02:45 +0200 |
Brodie Rao |
cleanup: replace naked excepts with more specific ones
|
Sat, 12 May 2012 16:00:58 +0200 |
Brodie Rao |
cleanup: "raise SomeException()" -> "raise SomeException"
|
Thu, 08 Mar 2012 13:35:27 -0600 |
Matt Mackall |
i18n: fix all remaining uses of % inside _()
stable
|
Tue, 03 May 2011 21:53:13 -0500 |
Matt Mackall |
hgext: fixup a couple missed file().read() instances
|
Mon, 28 Mar 2011 23:16:20 -0400 |
Daniel Atallah |
convert/mtn: Fix conversion of large files from mtn (broken in ed97955e0c04)
|
Fri, 25 Mar 2011 15:49:43 -0400 |
Daniel Atallah |
convert/mtn: convert suspended branches as closed branches
|
Fri, 25 Mar 2011 10:13:46 -0400 |
Daniel Atallah |
convert/mtn: avoid unnecessary initial test of mtn repo
|
Wed, 23 Mar 2011 14:26:56 -0400 |
Daniel Atallah |
convert/mtn: add support for using monotone's "automate stdio" when available
|
Sun, 09 May 2010 21:52:34 +0200 |
Patrick Mezard |
convert: merge sources getmode() into getfile()
|
Sun, 18 Apr 2010 15:47:49 +0200 |
Martin Geisler |
convert: write "repository" instead of "repo"
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Tue, 10 Nov 2009 23:45:24 +0100 |
Patrick Mezard |
convert/mtn: handle change in mtn 0.45 certs output
|
Sun, 17 May 2009 03:19:00 +0200 |
Benoit Boissinot |
convert: cleanups in monotone converter
|
Sun, 26 Apr 2009 01:47:44 +0200 |
Martin Geisler |
convert: add copyright and license headers to back-ends
|
Thu, 23 Apr 2009 16:52:25 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 23 Apr 2009 08:45:44 +0200 |
Paul Aurich |
convert/mtn: mtn does not record timezones, mark dates as UTC (issue1624)
|
Wed, 22 Apr 2009 10:25:05 +0200 |
Patrick Mezard |
convert/mtn: handle directory move into moved directory (issue1619/3)
|
Tue, 21 Apr 2009 22:31:16 +0200 |
Patrick Mezard |
convert/mtn: handle files moved in a moved directory (issue1619/2)
|
Tue, 21 Apr 2009 16:02:59 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 21 Apr 2009 15:57:15 +0200 |
Paul Aurich |
convert/mtn: handle subsecond commit dates (issue1616)
|