log mercurial/logcmdutil.py @ 53040:cdd7bf612c7b stable tip

age author description
Thu, 30 Jan 2025 18:22:01 +0100 Pierre-Yves David typing: introduce a `types` module and a MatcherT alias
Sun, 05 Jan 2025 22:26:16 -0500 Matt Harbison pyupgrade: rewrite `yield` statements in a loop to `yield from`
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Tue, 20 Aug 2024 18:30:47 -0400 Matt Harbison typing: lock in correct changes from pytype 2023.04.11 -> 2023.06.16
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy
Wed, 20 Dec 2023 22:17:03 +0100 Pierre-Yves David pytype: drop the now useless assert
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
Wed, 15 Nov 2023 02:39:53 +0100 pacien util: move diff_parent from logcmdutil to diffutil
Thu, 07 Sep 2023 08:39:21 +0200 zegervdv logcmdutil: return structured diffstat data for json
Sat, 19 Nov 2022 01:35:01 +0100 Pierre-Yves David memory-usage: fix `hg log --follow --rev R F` space complexity stable
Thu, 16 Jun 2022 15:28:54 +0200 Rapha?l Gom?s branching: merge default into stable stable 6.2rc0
Thu, 24 Mar 2022 22:05:49 -0700 Martin von Zweigbergk logcmdutil: use new function for getting first line of string
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):