Tue, 24 Aug 2021 17:27:16 +0200 |
Valentin Gatien-Baron |
wireprotov1peer: update all rpcs to use the new batchable scheme
|
Wed, 05 May 2021 18:26:04 -0400 |
Kévin Lévesque |
remotefilelog: use the correct capability when using getfilestype threaded
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Mon, 13 Jan 2020 14:12:31 -0500 |
Augie Fackler |
hgext: replace references to hashlib.sha1 with hashutil.sha1
|
Thu, 02 Jan 2020 17:30:27 -0800 |
Kyle Lippincott |
remotefilelog: actually fix (and test this time) a bytes vs str issue
|
Tue, 10 Dec 2019 15:29:58 -0800 |
Kyle Lippincott |
py3: fix a bytes vs str issue in remotefilelog extension
|
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 20:17:41 -0700 |
Martin von Zweigbergk |
py3: delete b'' prefix from safehasattr arguments
|
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, 07 Aug 2019 22:35:12 +0200 |
Pierre-Yves David |
rawdata: update caller in remotefilelog
|
Wed, 08 May 2019 18:11:33 -0400 |
Augie Fackler |
remotefilelog: log when we're about to fetch files
|
Wed, 27 Mar 2019 14:55:46 -0700 |
Martin von Zweigbergk |
remotefilelog: prefetch files in deterministic order
|
Wed, 20 Feb 2019 19:28:51 -0500 |
Augie Fackler |
cleanup: use () to wrap long lines instead of \
|
Tue, 04 Dec 2018 22:16:13 -0800 |
Martin von Zweigbergk |
remotefilelog: rely on progress helper for keeping track of position
|
Tue, 04 Dec 2018 22:15:42 -0800 |
Martin von Zweigbergk |
remotefilelog: reduce use of "count" container
|
Tue, 04 Dec 2018 22:12:47 -0800 |
Martin von Zweigbergk |
remotefilelog: replace a "a=[expr]; b=a[0]" by "b=expr; a = [b]"
|
Tue, 04 Dec 2018 22:09:33 -0800 |
Martin von Zweigbergk |
remotefilelog: remove an unnecessary update of "count" container
|
Tue, 04 Dec 2018 21:58:46 -0800 |
Martin von Zweigbergk |
remotefilelog: avoid temporarily using "count" variable as synonym for "total"
|
Wed, 05 Dec 2018 09:30:01 -0800 |
Martin von Zweigbergk |
remotefilelog: use progress helper in fileserverclient
|
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 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/
|
Thu, 04 Oct 2018 10:03:10 -0400 |
Augie Fackler |
remotefilelog: rename wireproto methods and remaining capabilities
|
Tue, 16 Oct 2018 17:02:48 -0400 |
Augie Fackler |
remotefilelog: consolidate and rename on-disk store requirement
|
Tue, 16 Oct 2018 17:30:47 -0400 |
Augie Fackler |
remotefilelog: consolidate and rename bundle2 capability
|
Tue, 16 Oct 2018 16:38:40 -0400 |
Augie Fackler |
remotefilelog: rename capability for legacy ssh file fetching method
|
Thu, 04 Oct 2018 00:11:37 -0400 |
Augie Fackler |
remotefilelog: rip out lz4 support
|
Tue, 16 Oct 2018 13:17:16 -0400 |
Augie Fackler |
remotefilelog: remove support for fetching packs
|
Thu, 27 Sep 2018 13:03:19 -0400 |
Augie Fackler |
remotefilelog: import pruned-down remotefilelog extension from hg-experimental
|