log hgext/eol.py @ 51861:f81e0ce5103a default 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
Mon, 19 Jul 2021 05:41:02 +0200 Pierre-Yves David eol: use `set_possibly_dirty` instead of `normallookup`
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 20 Nov 2020 14:43:21 -0800 Martin von Zweigbergk errors: raise ConfigError on failure to parse config file
Thu, 22 Oct 2020 09:58:05 -0700 Martin von Zweigbergk errors: name arguments to ParseError constructor
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Sun, 13 Oct 2019 02:10:26 +0200 Mads Kiilerich eol: don't fallback to use .hgeol from tip (BC)
Sun, 13 Oct 2019 02:15:07 +0200 Mads Kiilerich eol: fix update - don't use and apply removed .hgeol patterns
Sun, 13 Oct 2019 02:11:33 +0200 Mads Kiilerich eol: cache needs update, also if it has same timestamp as the source