log hgext/remotefilelog/__init__.py @ 42057:566daffc607d

age author description
Wed, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Thu, 21 Feb 2019 10:54:29 -0800 Martin von Zweigbergk templatekw: move getrenamedfn() to scmutil (API)
Fri, 08 Feb 2019 23:29:07 -0800 Martin von Zweigbergk remotefilelog: replace matchandpats() by match()
Wed, 16 Jan 2019 10:55:42 -0500 Augie Fackler remotefilelog: do file IO in terms of bytes
Fri, 11 Jan 2019 14:07:35 -0800 Martin von Zweigbergk remotefilelog: fix {file_copies} template keyword
Sun, 23 Dec 2018 15:18:38 -0500 Matt Harbison remotefilelog: use repo.local() instead of isinstance()
Tue, 04 Dec 2018 16:02:56 -0800 Martin von Zweigbergk remotefilelog: use progress helper when analyzing repos
Mon, 26 Nov 2018 15:53:34 -0500 Augie Fackler remotefilelog: fix typo in docstring
Tue, 13 Nov 2018 17:41:26 +0300 Pulkit Goyal py3: fix keyword arguments handling in hgext/remotefilelog/
Fri, 09 Nov 2018 10:47:24 -0800 Martin von Zweigbergk remotefilelog: avoid accessing repo instance after dispatch
Fri, 09 Nov 2018 09:35:05 -0800 Martin von Zweigbergk remotefilelog: remove unused configs for {data,history}pack version
Tue, 06 Nov 2018 10:26:33 -0500 Augie Fackler remotefilelog: fix various whitespace issues in docstring
Mon, 05 Nov 2018 11:52:10 -0800 Pulkit Goyal shallowutil: introduce a helper function isenabled()
Wed, 24 Oct 2018 16:59:05 +0300 Pulkit Goyal remotefilelog: remove some BC code related to streamclone
Wed, 17 Oct 2018 09:12:29 -0400 Augie Fackler remotefilelog: add some docstring