hgext/remotefilelog/basepack.py
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Sun, 29 May 2022 16:24:44 +0200 Manuel Jacob py3: remove dead code to open file with O_CLOEXEC on Python 2
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Mon, 13 Jan 2020 14:12:31 -0500 Augie Fackler hgext: replace references to hashlib.sha1 with hashutil.sha1
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
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
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Tue, 22 Jan 2019 18:25:34 -0800 Gregory Szorc remotefilelog: use %d to format an int
Wed, 16 Jan 2019 10:56:15 -0500 Augie Fackler basepack: avoid 'rbe' mode in Python 3
Mon, 26 Nov 2018 15:38:35 +0300 Pulkit Goyal py3: fix couple of division operator to do integer divison
Mon, 19 Nov 2018 21:12:13 +0300 Pulkit Goyal py3: use node.hex(m.digest()) instead of m.hexdigest()
Tue, 13 Nov 2018 18:08:55 +0300 Pulkit Goyal py3: add b suffix to make sure file is opened in bytes mode
Tue, 13 Nov 2018 18:08:17 +0300 Pulkit Goyal py3: don't use dict.iterkeys()
Tue, 13 Nov 2018 17:41:54 +0300 Pulkit Goyal py3: make second argument of fdopen() a str
Mon, 05 Nov 2018 17:48:23 -0500 Augie Fackler remotefilelog: fix various minor py3 problems
Wed, 03 Oct 2018 23:25:31 -0400 Augie Fackler remotefilelog: bump pack file formats to version 2
Thu, 27 Sep 2018 13:03:19 -0400 Augie Fackler remotefilelog: import pruned-down remotefilelog extension from hg-experimental
less more (0) tip