Mercurial > hg
log mercurial/smartset.py @ 50750:fa2eca7423f3 stable
age | author | description |
---|---|---|
Thu, 02 Feb 2023 17:35:47 +0100 | Pierre-Yves David | safehasattr: pass attribute name as string instead of bytes |
Thu, 02 Feb 2023 17:35:38 +0100 | Pierre-Yves David | safehasattr: pass attribute name as string instead of bytes |
Thu, 02 Feb 2023 17:35:31 +0100 | Pierre-Yves David | safehasattr: pass attribute name as string instead of bytes |
Thu, 02 Feb 2023 17:35:09 +0100 | Pierre-Yves David | safehasattr: pass attribute name as string instead of bytes |
Sun, 29 May 2022 15:33:39 +0200 | Manuel Jacob | py3: replace mention of “xrange” in docstring by “range” |
Sun, 29 May 2022 15:17:27 +0200 | Manuel Jacob | py3: replace `pycompat.xrange` by `range` |
Mon, 21 Feb 2022 13:08:28 -0700 | Gregory Szorc | py3: use class X: instead of class X(object): |