log hgext/eol.py @ 51869:37a079410507 stable tip

age author description
Wed, 22 Feb 2023 03:35:18 +0100 Pierre-Yves David keyword: wrap dirstate mutation in `changing_files` context
Mon, 13 Feb 2023 23:33:27 +0100 Pierre-Yves David dirstate: explicitly write the dirstate after `eol` dirstate manipulation
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):
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
Wed, 29 Sep 2021 14:55:29 +0200 Pierre-Yves David dirstate-item: use maybe_clean instead of `state` in the eol extension