log hgext/remotefilelog/__init__.py @ 51687:1eab9e40c0c8 default tip

age author description
Fri, 02 Feb 2024 03:39:37 +0100 Manuel Jacob cleanup: remove unnecessary list constructor calls around list comprehensions
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Wed, 30 Aug 2023 13:07:00 +0200 Pierre-Yves David remotefilelog: use sysstr to check for attribute presence
Fri, 03 Feb 2023 04:25:07 +0100 Pierre-Yves David wrapfunction: use sysstr instead of bytes as argument in "remotefilelog"
Fri, 19 May 2023 14:49:50 +0200 Pierre-Yves David stream-clone: introduce the notion of an experimental "v3" version
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 18 Nov 2021 13:12:40 +0100 Pierre-Yves David status: use filesystem time boundary to invalidate racy mtime
Wed, 14 Apr 2021 12:57:55 +0200 Pierre-Yves David remotefilelog: use the right expandpath in to expand `~`
Tue, 06 Apr 2021 14:21:03 -0700 Kyle Lippincott remotefilelog: include file contents in bundles produced during strip
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 10 Sep 2020 18:57:31 +0900 Yuya Nishihara cmdutil: remove remainder of old walkchangerevs() implementation
Thu, 17 Sep 2020 18:28:53 -0700 Pulkit Goyal remotefilelog: acquire lock before writing requirements on clone
Wed, 05 Aug 2020 16:00:25 +0530 Pulkit Goyal mergeresult: introduce filemap() which yields filename based mapping
Mon, 03 Aug 2020 14:12:13 +0530 Pulkit Goyal merge: pass mergeresult obj instead of actions in applyupdates() (API)