log hgext/remotefilelog/debugcommands.py @ 40614:aa588bf40a08

age author description
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