log hgext3rd/topic/discovery.py @ 5935:aff365171309

age author description
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