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 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
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
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Fri, 02 Mar 2018 07:14:59 +0530 |
Pulkit Goyal |
py3: use util.forcebytestr() to convert IOErrors to bytes
|
Thu, 21 Dec 2017 13:57:57 +0100 |
Boris Feld |
largefiles: add support for 'largefiles://' url scheme
|
Wed, 09 Aug 2017 21:04:03 -0700 |
Gregory Szorc |
largefiles: remove remotestore.batch()
|
Wed, 12 Oct 2016 12:22:18 +0200 |
Mads Kiilerich |
largefiles: always use filechunkiter when iterating files
|
Sat, 08 Oct 2016 00:59:41 +0200 |
Mads Kiilerich |
largefiles: use context for file closing
|
Tue, 10 May 2016 15:00:22 +0200 |
liscju |
py3: make largefiles/remotestore.py use absolute_import
|
Mon, 09 May 2016 10:05:32 +0200 |
liscju |
largefiles: send statlfile remote calls only for nonexisting locally files
|
Tue, 03 May 2016 23:48:31 +0200 |
liscju |
largefiles: makes verify batching stat calls to remote
|
Tue, 03 May 2016 23:31:32 +0200 |
liscju |
largefiles: change basestore._verifyfile to take list of files to check
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Thu, 10 Mar 2016 10:56:02 +0100 |
liscju |
largefiles: add abstract methods in remotestore class
|
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, 15 May 2015 09:55:15 -0500 |
Matt Mackall |
largefiles: use try/except/finally
|
Tue, 08 Apr 2014 00:48:36 +0200 |
Mads Kiilerich |
largefiles: import whole modules instead of importing parts of them
|
Wed, 12 Mar 2014 13:31:27 -0400 |
Augie Fackler |
check-code: disallow use of dict(key=value) construction
|
Thu, 17 Oct 2013 16:13:15 +0800 |
Mads Kiilerich |
largefiles: hide passwords in URLs in ui messages
stable
|
Mon, 21 Oct 2013 11:22:54 +0800 |
Mads Kiilerich |
largefiles: add missing \n in ui.warn messages
stable
|
Mon, 15 Apr 2013 23:37:43 +0200 |
Mads Kiilerich |
largefiles: stat all largefiles in one batch before downloading
|
Tue, 16 Apr 2013 01:46:39 +0200 |
Mads Kiilerich |
largefiles: move protocol conversion into getlfile and make it an iterable
|
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:43:44 +0200 |
Mads Kiilerich |
largefiles: drop lfutil.blockstream - use filechunkiter like everybody else
|
Fri, 08 Feb 2013 13:00:08 +0100 |
Mads Kiilerich |
largefiles: fold oddly named _verify into remotestore.exists
|
Mon, 28 Jan 2013 15:19:44 +0100 |
Mads Kiilerich |
largefiles: adapt remotestore._getfile to batched statlfile
stable
|
Mon, 28 Jan 2013 15:19:44 +0100 |
Mads Kiilerich |
largefiles: adapt verify to batched remote statlfile (issue3780)
stable
|
Mon, 28 Jan 2013 15:19:44 +0100 |
Mads Kiilerich |
largefiles: let wirestore._stat return stats as expected by remotestore verify
stable
|
Wed, 15 Aug 2012 22:39:18 +0200 |
Mads Kiilerich |
fix wording and not-completely-trivial spelling errors and bad docstrings
|
Sun, 24 Jun 2012 20:36:22 +0200 |
Na'Tosha Bard |
largefiles: batch statlfile requests when pushing a largefiles repo (issue3386)
|
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
|
Sat, 01 Oct 2011 16:39:51 -0400 |
Greg Ward |
largefiles: don't break existing tests (syntax error, bad imports)
|
Sat, 24 Sep 2011 17:35:45 +0200 |
various |
hgext: add largefiles extension
|