Sat, 26 Oct 2024 11:19:50 +0400 |
Anton Shestakov |
branching: merge with stable
|
Sat, 28 Sep 2024 16:09:03 +0400 |
Anton Shestakov |
topic: compatibility for revbranchcache being in a separate module now
stable
|
Sat, 28 Sep 2024 16:09:03 +0400 |
Anton Shestakov |
topic: compatibility for revbranchcache being in a separate module now
|
Fri, 12 Jul 2024 15:43:01 +0400 |
Anton Shestakov |
pytype: ignore an error about missing scmutil.filteredhash() on hg 6.8
|
Wed, 26 Jun 2024 00:12:58 +0400 |
Anton Shestakov |
branching: merge with stable
|
Fri, 17 May 2024 15:59:34 +0400 |
Anton Shestakov |
topic: compatibility for RemotePhasesSummary.public_heads
stable
|
Fri, 17 May 2024 15:07:04 +0400 |
Anton Shestakov |
topic: compatibility for scmutil.combined_filtered_and_obsolete_hash()
stable
|
Fri, 17 May 2024 15:59:34 +0400 |
Anton Shestakov |
topic: compatibility for RemotePhasesSummary.public_heads
|
Fri, 17 May 2024 15:07:04 +0400 |
Anton Shestakov |
topic: compatibility for scmutil.combined_filtered_and_obsolete_hash()
|
Thu, 11 Jan 2024 15:31:13 -0300 |
Anton Shestakov |
topic: drop branchmap._entries compatibility for hg 4.9
|
Thu, 26 Oct 2023 14:49:37 -0300 |
Anton Shestakov |
topic: remove transaction validator compatibility for hg 5.3
|
Thu, 01 Feb 2024 23:58:40 +0100 |
Manuel Jacob |
cleanup: remove unnecessary remotebranchmap checks
|
Fri, 03 Nov 2023 15:44:25 -0300 |
Anton Shestakov |
topic: drop compatibility for branchinfo(..., changelog=None) for hg 4.8
|
Sun, 15 Oct 2023 16:59:25 -0300 |
Anton Shestakov |
topic: compatibility for branchmaptns with branchmap from hg 5.0
|
Wed, 11 Oct 2023 13:45:08 -0300 |
Anton Shestakov |
branching: merge with stable
|
Mon, 09 Oct 2023 15:07:38 -0300 |
Anton Shestakov |
topic: use a config option to signal explicit target arguments (for tns)
|
Mon, 09 Oct 2023 15:06:26 -0300 |
Anton Shestakov |
topic: copy experimental.tns-default-pull-namespaces to remote peer ui
|
Fri, 25 Aug 2023 16:01:28 -0300 |
Anton Shestakov |
topic: properly process revbranchcache before sending it to peers (issue6841)
stable
|
Fri, 19 May 2023 10:08:19 -0300 |
Anton Shestakov |
topic: make topic namespace use string "none" as the default/empty value
|
Sun, 05 Feb 2023 19:55:48 +0400 |
Anton Shestakov |
topic: compatibility for wrapping branchinfo() and _branchinfo() in hg 4.8
|
Fri, 03 Feb 2023 16:25:59 +0400 |
Anton Shestakov |
topic: wrap revbranchcache._branchinfo() too
|
Thu, 02 Feb 2023 10:41:52 +0400 |
Anton Shestakov |
topic: simply reuse wirepeer.branchmap() as wirepeer.branchmaptns()
|
Wed, 01 Feb 2023 18:18:35 +0400 |
Anton Shestakov |
topic: make _nbheads() skip branchmap entries that aren't just a branch
|
Tue, 17 Jan 2023 17:54:24 +0400 |
Anton Shestakov |
branching: merge with stable
|
Thu, 15 Dec 2022 17:07:25 +0400 |
Anton Shestakov |
topic: monkey-patch ctx.branch() correctly in override_context_branch
stable
|
Sat, 12 Nov 2022 16:24:55 +0400 |
Anton Shestakov |
topic: use fully qualified branch name during exchange
|
Mon, 10 Oct 2022 20:02:14 +0400 |
Anton Shestakov |
topic: use compat.StateError for aborting pushes that create new heads
|
Mon, 15 Aug 2022 18:45:55 +0400 |
Anton Shestakov |
topic: remove 4.7 compat for transaction validators
|
Mon, 25 Jul 2022 12:30:12 +0400 |
Anton Shestakov |
topic: call a different wire protocol command to get tns-aware branchmap
|
Wed, 27 Jul 2022 20:23:08 +0400 |
Anton Shestakov |
topic: update a comment about branch:topic, use the modern version
|
Fri, 08 Jul 2022 17:54:40 +0400 |
Anton Shestakov |
topic: use branch//namespace/topic format everywhere except exchange
|
Fri, 08 Jul 2022 09:50:12 +0200 |
Pierre-Yves David |
topic: actually wrap branchmap wire-protocol command
|
Sun, 06 Feb 2022 13:05:17 +0300 |
Anton Shestakov |
topic: no need to filter obsolete heads in Mercurial 6.1
|
Wed, 23 Dec 2020 13:49:45 +0100 |
Pierre-Yves David |
topic: also wrap the `ctx.branch` of parents
|
Wed, 23 Dec 2020 13:36:02 +0100 |
Pierre-Yves David |
topic: extract awful `ctx.branch` hijacking used in discovery
|
Thu, 17 Sep 2020 14:11:38 -0400 |
Matt Harbison |
discovery: list the new heads like core does when failing a multi-head push
|
Thu, 11 Jun 2020 23:28:10 +0800 |
Anton Shestakov |
topic: copy an abort message (new branch) from upstream exactly
|
Thu, 11 Jun 2020 19:10:56 +0800 |
Anton Shestakov |
topic: copy an abort message (new head) from upstream exactly
|
Tue, 07 Apr 2020 19:33:40 +0200 |
Pierre-Yves David |
branching: merge with stable
|
Mon, 06 Apr 2020 04:01:58 +0200 |
Pierre-Yves David |
head-checking: filter out obsolete heads when checking for new heads
stable
|
Thu, 19 Mar 2020 20:09:18 +0530 |
Pulkit Goyal |
topic: fix compatibility issues caused because of change in transaction API
|
Tue, 10 Mar 2020 19:05:08 +0700 |
Anton Shestakov |
compat: update hg-X.Y compat comments and test them
|
Mon, 09 Mar 2020 18:36:10 +0700 |
Anton Shestakov |
compat: update a couple of obviously outdated version comments
|
Tue, 10 Mar 2020 11:07:06 +0100 |
Pierre-Yves David |
compat: drop 4.5 related compatibility around wireprotocol module
|
Mon, 09 Dec 2019 19:58:58 +0700 |
Anton Shestakov |
topic: ask pytype to disable import-error on a block handling hg 4.5
|
Wed, 13 Nov 2019 13:47:55 +0700 |
Anton Shestakov |
compat: compatibility for cl.nodemap.get vs cl.index.get_rev
|
Tue, 06 Aug 2019 15:06:38 +0200 |
Raphaël Gomès |
python3: use format-source to run byteify-strings in .py files
|
Tue, 06 Aug 2019 11:26:29 +0200 |
Raphaël Gomès |
python3: add raw prefix in cases harder to analyze at the token level
|
Sat, 13 Jul 2019 00:17:03 -0700 |
Martin von Zweigbergk |
py3: call branchmap.items() on py3 and continue to call iteritems() on py2
|
Fri, 12 Jul 2019 23:24:04 -0700 |
Martin von Zweigbergk |
py3: switch from iteritems() to items() in the topics extension
|
Thu, 18 Apr 2019 13:03:01 +0200 |
Pierre-Yves David |
topic: only wrap wireprotocaps for repo with topic
stable
|
Thu, 18 Apr 2019 13:02:52 +0200 |
Pierre-Yves David |
topic: only wrap _pushb2phases for repo with topic
stable
|
Thu, 18 Apr 2019 13:02:44 +0200 |
Pierre-Yves David |
topic: only wrap handlecheckheads for repo with topic
stable
|
Thu, 18 Apr 2019 13:02:06 +0200 |
Pierre-Yves David |
topic: only wrap wireprotobranchmap for repo with topic
stable
|
Thu, 18 Apr 2019 13:01:39 +0200 |
Pierre-Yves David |
topic: only wrap _headssummary for repo with topic
stable
|
Mon, 19 Nov 2018 02:27:13 +0000 |
Pierre-Yves David |
compat: drop code dealing with incompatibility for --publish with 4.3
|
Thu, 25 Oct 2018 12:49:48 +0200 |
Pierre-Yves David |
branching: merge stable into default
|
Sun, 21 Oct 2018 00:08:27 +0300 |
Pulkit Goyal |
topic: add the changelog argument to branchinfo()
stable
|
Sun, 21 Oct 2018 00:08:27 +0300 |
Pulkit Goyal |
topic: add the changelog argument to branchinfo()
|
Fri, 21 Sep 2018 17:50:28 +0200 |
Pierre-Yves David |
topic: add a compatibility to access transaction's validator
stable
|