Mercurial > public > mercurial-scm > hg
log hgext/git/gitutil.py @ 53042:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Fri, 06 Jan 2023 13:04:50 -0500 | Matt Harbison | typing: suppress a bunch of potential import-error cases in extensions |
Tue, 31 May 2022 03:06:05 +0200 | Manuel Jacob | py3: use `x.hex()` instead of `pycompat.sysstr(node.hex(x))` |