log hgext/remotefilelog/debugcommands.py @ 41259:194e43c2bac9

age author description
Wed, 16 Jan 2019 11:03:04 -0500 Augie Fackler remotefilelog: fix some bytes/str portability issues for Python 3
Mon, 19 Nov 2018 20:30:07 +0300 Pulkit Goyal py3: use '%d' for integers instead of '%s'
Tue, 13 Nov 2018 18:08:55 +0300 Pulkit Goyal py3: add b suffix to make sure file is opened in bytes mode
Tue, 13 Nov 2018 18:07:21 +0300 Pulkit Goyal py3: use node.hex(h.digest()) instead of h.hexdigest()
Tue, 13 Nov 2018 17:41:26 +0300 Pulkit Goyal py3: fix keyword arguments handling in hgext/remotefilelog/
Mon, 05 Nov 2018 11:52:10 -0800 Pulkit Goyal shallowutil: introduce a helper function isenabled()
Tue, 16 Oct 2018 17:02:48 -0400 Augie Fackler remotefilelog: consolidate and rename on-disk store requirement
Thu, 04 Oct 2018 00:11:37 -0400 Augie Fackler remotefilelog: rip out lz4 support
Thu, 27 Sep 2018 13:03:19 -0400 Augie Fackler remotefilelog: import pruned-down remotefilelog extension from hg-experimental