log mercurial/mdiff.py @ 51917:1d6982827c4b default tip

age author description
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 31 Aug 2023 01:19:49 +0200 Pierre-Yves David diff-option: move attributes handling to sysstr
Thu, 02 Feb 2023 17:32:38 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Mon, 09 Jan 2023 14:34:19 -0500 Matt Harbison mdiff: add a __str__ method to diffopts
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`