Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Thu, 23 May 2024 11:05:11 +0200 |
Julien Cristau |
clonebundles: add missing newline to legacy response
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Mon, 19 Jun 2023 15:49:35 +0200 |
Pierre-Yves David |
clonebundles: introduce a new write protocol command
|
Mon, 19 Jun 2023 11:04:27 +0200 |
Pierre-Yves David |
clone-bundle: rename the methods and wireprotole command
|
Sun, 18 Jun 2023 00:09:39 +0200 |
Pierre-Yves David |
branching: merge with stable
|
Wed, 08 Mar 2023 14:23:43 +0100 |
Mathias De Mare |
clonebundles: add support for inline (streaming) clonebundles
|
Thu, 02 Feb 2023 17:18:24 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Fri, 26 May 2023 16:55:52 +0200 |
Pierre-Yves David |
clonebundles: move the manifest reading in a dedicated function
|
Thu, 20 Apr 2023 11:23:45 +0200 |
Mathias De Mare |
clonebundles: filter out invalid schemes instead of failing on them
stable
|
Sat, 13 Apr 2019 02:00:20 +0200 |
Manuel Jacob |
hidden: support for explicitly accessing hidden changesets in wireproto server
|
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
|
Fri, 14 Jan 2022 18:02:25 +0100 |
Pierre-Yves David |
stream-clone: factor computation of requirement of a stream clone
|