log hgext/remotefilelog/repack.py @ 42725:7492899c6fc6

age author description
Tue, 18 Jun 2019 09:57:06 -0400 Augie Fackler remotefilelog: tell runbgcommand to not block on child process startup
Wed, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Fri, 22 Feb 2019 19:24:01 -0800 Kyle Lippincott remotefilelog: do not specify an explicit version for repack
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Wed, 16 Jan 2019 11:00:10 -0500 Augie Fackler remotefilelog: use list comprehension instead of filter for py3 portability
Tue, 04 Dec 2018 16:29:05 -0800 Martin von Zweigbergk remotefilelog: use progress helper in repack
Mon, 03 Dec 2018 19:42:46 +0300 Pulkit Goyal py3: listify filter() to call len() on it
Fri, 23 Nov 2018 22:18:56 -0500 Matt Harbison remotefilelog: drop some compatibility cruft for finding the hg exeutable
Tue, 13 Nov 2018 18:08:17 +0300 Pulkit Goyal py3: don't use dict.iterkeys()
Mon, 05 Nov 2018 17:48:23 -0500 Augie Fackler remotefilelog: fix various minor py3 problems
Wed, 03 Oct 2018 23:25:31 -0400 Augie Fackler remotefilelog: bump pack file formats to version 2
Wed, 03 Oct 2018 14:01:04 -0400 Augie Fackler remotefilelog: transplant runbgcommand to procutil
Wed, 03 Oct 2018 13:54:45 -0400 Augie Fackler remotefilelog: remove function that was described as deprecated
Thu, 27 Sep 2018 13:03:19 -0400 Augie Fackler remotefilelog: import pruned-down remotefilelog extension from hg-experimental