Fri, 02 Jul 2021 23:09:44 +0200 |
Pierre-Yves David |
run-tests: stop writing a `python3` symlink pointing to python2
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Fri, 06 Mar 2020 00:28:09 +0100 |
Pierre-Yves David |
test: cleanly skip test-remotefilelog-datapack.py on policy that breaks it
stable
|
Fri, 27 Dec 2019 18:50:40 -0500 |
Matt Harbison |
tests: drop unused local variable assignments in remotefilelog
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sun, 03 Feb 2019 10:01:43 +0100 |
Boris Feld |
py3: use integer division instead of `int(...)` call
|
Wed, 30 Jan 2019 13:34:47 -0800 |
Gregory Szorc |
tests: cast division result to int
|
Wed, 30 Jan 2019 13:30:01 -0800 |
Gregory Szorc |
tests: various Python 3 ports for test-remotefilelog-datapack.py
|
Wed, 30 Jan 2019 13:22:42 -0800 |
Gregory Szorc |
tests: use items() in test-remotefilelog-datapack.py
|
Wed, 30 Jan 2019 13:21:43 -0800 |
Gregory Szorc |
tests: use bytes and %d formatting in test-remotefilelog-datapack.py
|
Tue, 22 Jan 2019 18:16:53 -0800 |
Gregory Szorc |
tests: use assertEqual()
|
Wed, 16 Jan 2019 21:54:16 -0500 |
Matt Harbison |
tests: also skip remotefilelog *.py tests on Windows
|
Wed, 16 Jan 2019 10:59:32 -0500 |
Augie Fackler |
tests: fix up uses of xrange in remotefilelog tests for py3
|
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
|