Mercurial > hg
log mercurial/exthelper.py @ 51710:8fe7c0e1df1e
age | author | description |
---|---|---|
Mon, 10 Jul 2023 19:33:14 +0200 | Pierre-Yves David | wrapfunction: use sysstr instead of bytes as argument in "exthelper" |
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 |
Tue, 30 Mar 2021 13:05:22 -0700 | Kyle Lippincott | exthelper: improve docs to indicate what module vars are needed |
Sun, 22 Nov 2020 15:07:09 -0500 | Matt Harbison | exthelper: update the examples to be python3 complaint |
Tue, 15 Oct 2019 11:06:04 -0400 | Augie Fackler | cleanup: hgdemandimport.tracing accepts strings, not bytes |