log contrib/dirstatenonnormalcheck.py @ 47943:fea24454f919

age author description
Thu, 02 Sep 2021 00:16:37 +0200 Pierre-Yves David dirstate: clarify the message in nonnormal checking
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
Tue, 24 Aug 2021 22:07:50 +0200 Pierre-Yves David dirstate: also wrap the new method in `dirstatenonnormalcheck`
Thu, 08 Jul 2021 12:18:21 +0200 Simon Sapin dirstate-v2: Introduce a docket file
Mon, 05 Jul 2021 06:39:29 +0200 Pierre-Yves David dirstatenonnormalcheck: fix some bytes formating on python3
Mon, 05 Jul 2021 06:38:58 +0200 Pierre-Yves David dirstate-item: use the properties in `contrib/dirstatenonnormalcheck.py`
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Thu, 01 Feb 2018 16:01:43 -0500 Augie Fackler contrib: fix dirstatenonnormalcheck to work in Python 3
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move nonnormal and otherparent sets to dirstatemap
Sun, 08 May 2016 10:43:41 +0200 Pierre-Yves David devel: use the 'config' argument for the dirstate normalisation develwarn
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Mon, 21 Dec 2015 16:26:44 -0800 Laurent Charignon dirstate: add test for non-normal set consistency