Mercurial > public > mercurial-scm > hg-stable
log mercurial/hgweb/common.py @ 53040:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Tue, 17 Dec 2024 01:10:28 -0500 | Matt Harbison | hgweb: replace a trivial file read with the `util` function |
Wed, 04 Dec 2024 20:54:35 -0500 | Matt Harbison | hgweb: stop using the `pycompat.open()` shim |
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 |
Sat, 13 Apr 2019 01:53:59 +0200 | Pierre-Yves David | hgweb: move ismember from `hgweb.common` to `scmutil` |
Sat, 13 Apr 2019 01:17:56 +0200 | Pierre-Yves David | hgweb: add support to explicitly access hidden changesets |
Mon, 21 Feb 2022 13:08:28 -0700 | Gregory Szorc | py3: use class X: instead of class X(object): |