mercurial/pathutil.py
Wed, 20 Dec 2023 22:17:03 +0100 Pierre-Yves David pytype: drop the now useless assert
Wed, 20 Dec 2023 11:23:09 +0100 Pierre-Yves David pytype: convert type comment for inline variable too
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 12 Jan 2023 16:15:51 +0000 Arseniy Alekseyev pathauditor: make _checkfs_exists a static method
Fri, 06 Jan 2023 16:42:24 +0000 Arseniy Alekseyev pathutil: use `finddirs_rev_noroot` instead of `parts`
Fri, 06 Jan 2023 17:29:42 +0000 Arseniy Alekseyev pathutil: add the more efficient finddir iterator
Mon, 16 Jan 2023 12:10:20 +0000 Arseniy Alekseyev typing: import unconditionally
Wed, 11 Jan 2023 16:16:06 +0000 Arseniy Alekseyev typing: use python3-style type annotation
Wed, 04 Jan 2023 17:14:33 +0000 Arseniy Alekseyev merge: cache the fs checks made during [_checkunknownfiles]
Wed, 04 Jan 2023 17:03:15 +0000 Arseniy Alekseyev merge: disable the whole filesystem access loop if [_realfs] is false
Wed, 04 Jan 2023 16:48:32 +0000 Arseniy Alekseyev merge: short-circuit the _checkfs loop upon getting ENOENT
Fri, 06 Jan 2023 16:27:31 +0000 Arseniy Alekseyev pathauditor: no need to normcase the paths
Wed, 04 Jan 2023 18:42:20 +0000 Arseniy Alekseyev pathutil: slightly faster path audit in the common case
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
Fri, 19 Nov 2021 16:21:00 -0800 Martin von Zweigbergk errors: use detailed exit code in pathauditor
Mon, 30 Aug 2021 18:45:54 +0200 Pierre-Yves David pathutil: replace the `skip` argument of `dirs` with a boolean
Mon, 05 Jul 2021 03:57:40 +0200 Pierre-Yves David dirstate-item: use the properties in pathutil
Sat, 06 Mar 2021 23:43:44 -0500 Matt Harbison typing: add some type annotations to mercurial/pathutil.py
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 25 May 2020 17:39:23 -0400 Valentin Gatien-Baron grep: reduce the cost of pathauditor checks when grepping working copy
Fri, 27 Mar 2020 10:39:59 -0400 Josef 'Jeff' Sipek pathutil: document that dirs map type implies manifest/dirstate processing
Sat, 01 Feb 2020 12:57:32 +0900 Yuya Nishihara pathutil: resurrect comment about path auditing order
Fri, 24 Jan 2020 17:25:40 -0800 Martin von Zweigbergk pathutil: mark parent directories as audited as we go
Fri, 24 Jan 2020 17:10:45 -0800 Martin von Zweigbergk pathauditor: drop a redundant call to bytes.lower()
Thu, 14 Nov 2019 08:03:26 -0800 Martin von Zweigbergk utils: move finddirs() to pathutil
Wed, 06 Nov 2019 14:13:19 +0100 Pierre-Yves David utils: move the `dirs` definition in pathutil (API)
less more (0) -50 -30 tip