log hgext/keyword.py @ 51676:031d66801d5f

age author description
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Sun, 20 Aug 2023 16:43:41 -0400 Matt Harbison keyword: migrate `opts` to native kwargs
Fri, 03 Feb 2023 04:22:28 +0100 Pierre-Yves David wrapfunction: use sysstr instead of bytes as argument in "keyword"
Thu, 02 Mar 2023 14:44:26 +0100 Pierre-Yves David branch: pass current transaction when writing branch in keyword
Wed, 22 Feb 2023 03:34:48 +0100 Pierre-Yves David keyword: wrap dirstate mutation in `changing_files` context
Wed, 25 Jan 2023 12:46:46 +0100 Pierre-Yves David dirstate: use the `changing_files` context in the `keyword` demo
Sat, 04 Feb 2023 11:46:57 +0100 Pierre-Yves David locking: hold the wlock for the full duration of the "keyword demo"
Mon, 13 Feb 2023 22:53:54 +0100 Pierre-Yves David dirstate: explicitly write the dirstate after `keyword` "overwrite"
Wed, 25 Jan 2023 19:12:31 +0100 Pierre-Yves David dirstate: rename parentchange to changing_parents
Wed, 25 Jan 2023 18:46:20 +0100 Pierre-Yves David dirstate: pass the repo to the `changeparent` method
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
Thu, 18 Nov 2021 22:49:05 +0100 Pierre-Yves David status: adapt the "keyword" extensions to gather stats at lookup time
Mon, 19 Jul 2021 02:05:29 +0200 Pierre-Yves David keyword: use `update_file_p1` instead of `normallookup`