Tue, 20 Feb 2024 17:17:54 +0100 |
Pierre-Yves David |
phases: check secret presence the right way during discovery
|
Fri, 10 Mar 2023 04:04:10 +0100 |
Pierre-Yves David |
outgoing: fix common-heads computation from `missingroots` argument
|
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
|
Tue, 04 Jan 2022 23:38:39 +0300 |
Anton Shestakov |
discovery: port _postprocessobsolete() changes from evolve, add tests
|
Thu, 23 Dec 2021 14:49:05 +0100 |
Raphaël Gomès |
discovery: remove deprecated API
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Wed, 13 Jan 2021 16:14:58 +0100 |
Joerg Sonnenberger |
node: introduce nodeconstants class
|
Mon, 23 Nov 2020 16:39:53 -0800 |
Martin von Zweigbergk |
errors: raise StateError when push fails because it creates new heads
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Mon, 23 Nov 2020 12:42:57 -0800 |
Martin von Zweigbergk |
errors: remove trailing "!" in messages about creating new heads on push
|
Fri, 17 Jul 2020 09:20:48 +0200 |
Manuel Jacob |
discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof`
|
Wed, 15 Jul 2020 11:38:54 +0200 |
Manuel Jacob |
discovery: fix docstring of `outgoing` class
|
Wed, 15 Jul 2020 09:51:11 +0200 |
Manuel Jacob |
discovery: weaken claim about returned common heads if ancestorsof are given
|
Thu, 16 Apr 2020 22:51:09 +0530 |
Pulkit Goyal |
merge default into stable for 5.4 release
stable 5.4rc0
|
Mon, 06 Apr 2020 00:24:57 +0200 |
Pierre-Yves David |
discovery: avoid wrongly saying there are nothing to pull
stable
|
Mon, 09 Mar 2020 10:18:40 -0700 |
Martin von Zweigbergk |
merge with stable
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
Fri, 06 Mar 2020 23:27:28 +0100 |
Pierre-Yves David |
discovery: avoid wrong detection of multiple branch heads (issue6256)
stable
|
Mon, 10 Feb 2020 17:31:05 -0500 |
Augie Fackler |
cleanup: re-run black on the codebase
|
Sat, 09 Nov 2019 13:23:53 +0100 |
Pierre-Yves David |
index: use `index.get_rev` in `discovery._postprocessobsolete`
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sat, 05 Oct 2019 09:55:56 -0400 |
Augie Fackler |
discovery: re-wrap expression to avoid a black bug
|
Wed, 25 Sep 2019 17:57:16 -0400 |
Augie Fackler |
bookmarks: remove changectx() method from bmstore (API)
|
Sat, 27 Apr 2019 14:43:43 +0300 |
Pulkit Goyal |
discovery: only calculate closed branches if required
|