hgext/largefiles/localstore.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 12 Oct 2016 12:22:18 +0200 Mads Kiilerich largefiles: always use filechunkiter when iterating files
Thu, 23 Jun 2016 22:37:17 +0200 liscju largefiles: check file in the repo store before checking remotely (issue5257)
Fri, 24 Jun 2016 11:51:00 +0200 liscju largefiles: remove additional blank line between methods in localstore
Tue, 10 May 2016 14:20:51 +0200 liscju py3: make largefiles/localstore.py use absolute_import
Tue, 03 May 2016 23:31:32 +0200 liscju largefiles: change basestore._verifyfile to take list of files to check
Tue, 12 Jan 2016 14:27:42 -0800 Bryan O'Sullivan largefiles: use a context manager in _getfile
Sat, 04 Apr 2015 19:34:36 -0400 Matt Harbison largefiles: use lfutil.findstorepath() when verifying a local repo
Mon, 15 Apr 2013 23:34:36 +0200 Mads Kiilerich largefiles: 'put' should store 'source' file in under 'hash', also in localstore
Mon, 15 Apr 2013 23:47:04 +0200 Mads Kiilerich largefiles: don't close the fd passed to store._getfile
Mon, 15 Apr 2013 23:43:50 +0200 Mads Kiilerich largefiles: remove blecch from lfutil.copyandhash - don't close the passed fd
Mon, 15 Apr 2013 23:35:43 +0200 Mads Kiilerich largefiles: refactoring - use findfile in localstore._getfile
Mon, 15 Apr 2013 23:32:33 +0200 Mads Kiilerich largefiles: refactoring - create destination dir in lfutil.link
Mon, 04 Feb 2013 02:46:53 +0100 Mads Kiilerich largefiles: report localstore errors with single line warnings messages
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: cleanup of warnings on errors getting largefiles
Tue, 04 Sep 2012 13:50:50 -0700 Bryan O'Sullivan Merge with crew-stable
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Tue, 14 Aug 2012 22:38:25 -0400 Matt Harbison largefiles: adjust localstore to handle batch statlfile requests (issue3583) stable
Fri, 13 Jul 2012 21:46:53 +0200 Sune Foldager peer: introduce peer methods to prepare for peer classes
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler largefiles: lowercase messages
Tue, 25 Oct 2011 11:45:28 -0400 Hao Lian largefiles: remove lfutil.createdir, replace calls with util.makedirs stable
Thu, 20 Oct 2011 13:24:11 -0400 Benjamin Pollack largefiles: make the store primary, and the user cache secondary stable
Thu, 20 Oct 2011 13:24:09 -0400 Benjamin Pollack largefiles: rename functions and methods to match desired behavior stable
Wed, 12 Oct 2011 20:59:27 -0400 Greg Ward largefiles: improve comments, internal docstrings
Sat, 24 Sep 2011 17:35:45 +0200 various hgext: add largefiles extension
less more (0) tip