Thu, 05 Jan 2023 19:50:33 +0400 |
Anton Shestakov |
dirstate: update docstrings in idirstate from the current dirstate
|
Mon, 18 Apr 2022 11:15:29 -0400 |
Matt Harbison |
idirstate: add missing get_entry() method
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 23 Dec 2021 14:49:28 +0100 |
Raphaël Gomès |
dirstate: remove deprecated API
|
Tue, 24 Aug 2021 21:12:39 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `drop` method
|
Tue, 24 Aug 2021 21:11:57 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `merge` method
|
Tue, 24 Aug 2021 21:11:42 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `remove` method
|
Tue, 24 Aug 2021 21:09:20 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `add` method
|
Tue, 24 Aug 2021 21:09:01 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `otherparent` method
|
Tue, 24 Aug 2021 21:08:37 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `normallookup` method
|
Tue, 24 Aug 2021 21:08:09 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `normal` method
|
Sun, 04 Jul 2021 22:27:29 +0200 |
Pierre-Yves David |
dirstate-item: rename the class to DirstateItem
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Change the on-disk format when the requirement is enabled
|
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
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Sun, 01 Dec 2019 18:46:10 -0500 |
Matt Harbison |
cleanup: fix docstring formatting
|
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
|
Sun, 29 Sep 2019 12:22:21 -0700 |
Gregory Szorc |
interfaces: use triple quotes for Attribute value
|
Tue, 10 Sep 2019 09:57:33 -0400 |
Augie Fackler |
idirstate: group private methods and attrs that are in the interface
|
Tue, 10 Sep 2019 09:42:56 -0400 |
Augie Fackler |
idirstate: remove now non-public _map attribute
|
Tue, 10 Sep 2019 09:21:38 -0400 |
Augie Fackler |
interfaces: introduce an interface for dirstate implementations
|