Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Mon, 08 Jul 2024 16:20:04 +0200 |
Raphaël Gomès |
Backed out changeset f28c52a9f7b4
stable
|
Mon, 08 Jul 2024 16:19:33 +0200 |
Raphaël Gomès |
Backed out changeset ff523675cd69
stable
|
Mon, 24 Jun 2024 03:16:52 +0200 |
Joerg Sonnenberger |
obsolete: simplify relevantmarker
|
Tue, 11 Jun 2024 18:47:50 +0200 |
Joerg Sonnenberger |
exchange: improve computation of relevant markers for large repos
|
Mon, 10 Jun 2024 13:45:57 +0200 |
Joerg Sonnenberger |
obsolete: quote the feature name
|
Mon, 06 Nov 2023 23:17:10 +0100 |
Pierre-Yves David |
unstable: do not consider internal phases when computing unstable
|
Mon, 06 Nov 2023 23:15:58 +0100 |
Pierre-Yves David |
unstable: use the `_mutablerevs` function when computing content divergent
|
Mon, 06 Nov 2023 23:15:17 +0100 |
Pierre-Yves David |
unstable: use the `_mutablerevs` function when computing phase divergent
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Wed, 17 Aug 2022 02:43:44 +0200 |
Pierre-Yves David |
obsstore: break the repo → obstore → repo loop
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
Tue, 31 May 2022 03:06:05 +0200 |
Manuel Jacob |
py3: use `x.hex()` instead of `pycompat.sysstr(node.hex(x))`
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
Mon, 30 May 2022 16:18:12 +0200 |
Manuel Jacob |
node: stop converting binascii.Error to TypeError in bin()
|
Thu, 05 May 2022 14:45:28 -0400 |
Augie Fackler |
obsolete: remove two unused constants
|
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()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Mon, 31 Jan 2022 18:13:00 +0300 |
Anton Shestakov |
obsolete: don't use os.stat in repo.obsstore.__nonzero__ if it's static HTTP
|
Mon, 07 Feb 2022 12:25:46 +0300 |
Anton Shestakov |
obsolete: always return frozensets from obsolete.getrevs()
|
Mon, 31 Jan 2022 18:05:36 +0300 |
Anton Shestakov |
obsolete: don't import from .node twice
|
Fri, 28 Jan 2022 19:07:52 +0300 |
Anton Shestakov |
obsolete: make sure windows tests pass when stat() is given a URL
|
Wed, 28 Jul 2021 13:45:07 +0300 |
Anton Shestakov |
obsolete: disable other evolution config options if createmarkers is off
|
Tue, 23 Feb 2021 10:28:42 -0800 |
Martin von Zweigbergk |
rewriteutil: check for divergence
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Wed, 13 Jan 2021 16:14:58 +0100 |
Joerg Sonnenberger |
node: introduce 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
|