Wed, 14 Dec 2022 01:51:33 -0500 |
Matt Harbison |
typing: add type hints to pycompat.bytestr
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Mon, 21 Feb 2022 10:31:00 -0700 |
Gregory Szorc |
archival: remove check for Python 2
|
Sun, 20 Feb 2022 16:46:05 -0700 |
Gregory Szorc |
archival: remove GzipFileWithTime
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Mon, 20 Sep 2021 11:03:46 -0400 |
Matt Harbison |
archival: force a `CompressionError` to bytes before passing to `error.Abort`
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Mon, 13 Jul 2020 13:06:12 -0400 |
Augie Fackler |
merge with stable
|
Thu, 09 Jul 2020 18:48:55 -0700 |
Rodrigo Damazio Bovendorp |
scmutil: allowing different files to be prefetched per revision
|
Wed, 08 Jul 2020 08:57:21 +0200 |
Manuel Jacob |
archival: abort if compression method is unavailable
stable
|
Fri, 20 Mar 2020 17:18:14 +0900 |
Yuya Nishihara |
merge with stable
|
Tue, 10 Mar 2020 18:54:44 +0100 |
Pierre-Yves David |
gzip: use the stdlib version with python 3 (issue6284)
stable
|
Tue, 10 Mar 2020 18:53:19 +0100 |
Pierre-Yves David |
gzip: indent the custom Gzip code
stable
|
Tue, 10 Mar 2020 18:57:49 +0100 |
Pierre-Yves David |
gzip: rename the argument to `mtime` to match upstream python
stable
|
Thu, 06 Feb 2020 16:55:39 -0500 |
Augie Fackler |
archival: use walk() instead of matches() on manifest
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Wed, 06 Nov 2019 16:26:53 -0500 |
Augie Fackler |
archival: suppress some incorrect pytype failures
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
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
|
Tue, 17 Sep 2019 10:47:31 +0000 |
David Demelier |
archive: add XZ support if built with Python 3
|
Thu, 07 Feb 2019 10:20:57 -0800 |
Martin von Zweigbergk |
subrepo: adjust subrepo prefix before calling subrepo.archive() (API)
|
Sun, 13 Jan 2019 14:26:11 +0900 |
Yuya Nishihara |
archival: construct progress helper through ui.makeprogress()
|
Tue, 05 Sep 2017 15:24:25 -0700 |
Martin von Zweigbergk |
archive: use manifest.matches() to simplify and speed up matching
|
Tue, 05 Sep 2017 15:24:22 -0700 |
Martin von Zweigbergk |
archive: create alwaysmatcher when no matcher provided
|
Tue, 05 Sep 2017 15:21:21 -0700 |
Martin von Zweigbergk |
archive: change "matcnfn" argument to a real matcher
|
Sat, 13 Oct 2018 07:51:22 -0400 |
Augie Fackler |
archival: don't try and fsdecode non-{bytes,str} objects
|
Wed, 26 Sep 2018 22:17:34 -0700 |
Martin von Zweigbergk |
repo: look up nullrev context by revnum, not symbolic name
|