Fri, 06 Jan 2023 12:20:09 -0500 |
Matt Harbison |
remotefilelog: byteify the message for a few StorageErrors
|
Tue, 31 May 2022 21:16:17 +0200 |
Manuel Jacob |
py3: catch FileExistsError instead of checking errno == EEXIST
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
Tue, 01 Mar 2022 20:50:34 -0800 |
Gregory Szorc |
py3: use int instead of pycompat.long
|
Mon, 21 Feb 2022 11:07:29 -0700 |
Gregory Szorc |
remotefilelog: remove pycompat.iteritems()
|
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
|
Wed, 07 Jul 2021 11:48:08 -0400 |
Augie Fackler |
shallowutil: dedent code after the previous change
|
Wed, 07 Jul 2021 11:47:02 -0400 |
Augie Fackler |
shallowutil: narrow scope of try/except block
|
Wed, 07 Jul 2021 11:45:17 -0400 |
Augie Fackler |
remotefilelog: stop using RuntimeError for control flow
|
Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|
Mon, 13 Jan 2020 14:12:31 -0500 |
Augie Fackler |
hgext: replace references to hashlib.sha1 with hashutil.sha1
|
Thu, 07 Nov 2019 13:18:19 -0500 |
Augie Fackler |
cleanup: remove pointless r-prefixes on double-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
|
Wed, 30 Jan 2019 03:56:35 +0530 |
Pulkit Goyal |
py3: pass str into RuntimeError() to prevent b'' in output
|
Wed, 16 Jan 2019 11:02:20 -0500 |
Augie Fackler |
shallowutil: fsdecode the bytes group name before passing to os
|
Wed, 16 Jan 2019 11:01:45 -0500 |
Augie Fackler |
shallowutil: slice off a byte instead of subscripting
|
Tue, 08 Jan 2019 14:48:05 -0800 |
Kyle Lippincott |
remotefilelog: add newlines to ui.log() invocations
|
Tue, 13 Nov 2018 18:07:21 +0300 |
Pulkit Goyal |
py3: use node.hex(h.digest()) instead of h.hexdigest()
|
Tue, 13 Nov 2018 17:41:26 +0300 |
Pulkit Goyal |
py3: fix keyword arguments handling in hgext/remotefilelog/
|
Mon, 05 Nov 2018 17:48:23 -0500 |
Augie Fackler |
remotefilelog: fix various minor py3 problems
|
Mon, 05 Nov 2018 11:52:10 -0800 |
Pulkit Goyal |
shallowutil: introduce a helper function isenabled()
|
Thu, 27 Sep 2018 13:03:19 -0400 |
Augie Fackler |
remotefilelog: import pruned-down remotefilelog extension from hg-experimental
|