hgext/largefiles/basestore.py
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
Mon, 28 Jan 2013 15:19:44 +0100 Mads Kiilerich largefiles: allow use of urls with #revision stable
Mon, 28 Jan 2013 15:19:44 +0100 Mads Kiilerich largefiles: verify all files in each revision and report errors in any revision stable
Mon, 28 Jan 2013 15:19:44 +0100 Mads Kiilerich largefiles: don't allow corruption to propagate after detection stable
Mon, 21 Jan 2013 13:42:04 -0200 Wagner Bruna largefiles: enhance error message to make it more i18n-friendly stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: cleanup of warnings on errors getting largefiles
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sun, 24 Jun 2012 20:36:22 +0200 Na'Tosha Bard largefiles: batch statlfile requests when pushing a largefiles repo (issue3386)
Fri, 09 Mar 2012 16:11:52 +0100 Na'Tosha Bard largefiles: remove use of underscores that breaks coding convention
Thu, 23 Feb 2012 13:37:10 +0100 Martin Geisler largefiles: respect store.createmode in basestore.get stable
Fri, 20 Jan 2012 11:56:12 +0100 Na'Tosha Bard largefiles: fix caching largefiles from an aliased repo (issue3212) stable
Wed, 19 Oct 2011 20:40:55 -0400 Benjamin Pollack largefiles: remove redundant any_ function stable
Thu, 20 Oct 2011 13:24:09 -0400 Benjamin Pollack largefiles: rename functions and methods to match desired behavior stable
Tue, 18 Oct 2011 17:09:03 -0400 Hao Lian largefiles: string formatting typo in basestore._openstore where comma is used instead of modulo stable
Thu, 13 Oct 2011 21:42:54 -0400 Greg Ward largefiles: cosmetics, whitespace, code style
Thu, 13 Oct 2011 20:24:29 -0400 Greg Ward largefiles: improve error reporting
Wed, 12 Oct 2011 20:59:27 -0400 Greg Ward largefiles: improve comments, internal docstrings
Thu, 29 Sep 2011 16:48:48 -0500 Matt Mackall largefile: fix up hasattr usage
Sat, 24 Sep 2011 17:35:45 +0200 various hgext: add largefiles extension
less more (0) tip