log hgext/largefiles/basestore.py @ 48495:e293ff808a05

age author description
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
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, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Sat, 25 Aug 2018 13:09:24 -0400 Matt Harbison largefiles: use a context manager to control the progress bar lifetime
Mon, 18 Jun 2018 15:14:39 -0700 Martin von Zweigbergk largefiles: use progress helper
Sat, 01 Apr 2017 02:32:49 +0900 FUJIWARA Katsunori largefiles: use readasstandin() to read hex hash directly from filectx
Mon, 27 Mar 2017 09:44:36 +0900 FUJIWARA Katsunori largefiles: use strip() instead of slicing to get rid of EOL of standin
Sat, 08 Oct 2016 00:59:41 +0200 Mads Kiilerich largefiles: use context for file closing
Fri, 06 May 2016 14:30:23 +0200 liscju py3: make largefiles/basestore.py use absolute_import
Sat, 04 Jun 2016 16:53:44 +0200 liscju largefiles: move basestore._openstore into new module to remove cycle
Tue, 03 May 2016 23:31:32 +0200 liscju largefiles: change basestore._verifyfile to take list of files to check
Fri, 11 Mar 2016 22:21:43 +0800 Anton Shestakov largefiles: specify unit for ui.progress when operating on files
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Fri, 23 Jan 2015 18:41:37 +0100 Mads Kiilerich largefiles: use 'default' path for pulling largefiles, not 'default-push' stable
Thu, 17 Oct 2013 16:13:15 +0800 Mads Kiilerich largefiles: hide passwords in URLs in ui messages stable
Thu, 10 Oct 2013 04:28:44 +0200 Mads Kiilerich largefiles: refactor basestore, extract _gethash method
Mon, 15 Apr 2013 23:37:43 +0200 Mads Kiilerich largefiles: stat all largefiles in one batch before downloading
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:35:18 +0200 Mads Kiilerich largefiles: refactoring - return hex from _getfile and copyandhash
Thu, 28 Feb 2013 14:51:59 +0100 Mads Kiilerich merge with stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: don't assume that .hg/largefiles/ still exists stable
Fri, 08 Feb 2013 13:08:25 +0100 Mads Kiilerich largefiles: docstrings for verify methods
Fri, 08 Feb 2013 13:00:08 +0100 Mads Kiilerich largefiles: fold oddly named _verify into remotestore.exists
Mon, 04 Feb 2013 02:46:53 +0100 Mads Kiilerich largefiles: verify status should be written as status, not as write