mercurial/statichttprepo.py
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 11 Jan 2022 09:56:03 +0100 Pierre-Yves David share-safe: add support for static-http repository
Mon, 03 May 2021 12:29:41 +0200 Pierre-Yves David statichttp: add the missing `features` attribute
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Fri, 19 Feb 2021 10:53:27 +0100 Raphaël Gomès sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
Mon, 28 Dec 2020 01:21:58 +0100 Joerg Sonnenberger statichttprepo: explicitly convert error message to str (issue6247)
Thu, 10 Sep 2020 13:37:35 +0530 Pulkit Goyal statichttprepo: use LockUnavailable() instead of Abort() for lock (API)
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
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
Fri, 27 Sep 2019 05:17:30 +0200 Pierre-Yves David vfs: give all vfs an options attribute by default
Sat, 06 Apr 2019 17:46:19 +0200 Pierre-Yves David repoview: introduce a `experimental.extra-filter-revs` config
Mon, 21 Jan 2019 17:37:33 +0000 Martijn Pieters branchmap: encapsulate cache updating in the map itself
Sat, 26 Jan 2019 10:57:17 -0800 Gregory Szorc statichttprepo: use str to appease Python 3
Sat, 26 Jan 2019 10:53:10 -0800 Gregory Szorc statichttprepo: use URLError.reason directly
Mon, 03 Dec 2018 22:22:23 -0800 Martin von Zweigbergk manifest: accept narrowmatch into constructor instead of getting from repo
Tue, 18 Sep 2018 15:29:42 -0700 Gregory Szorc localrepo: iteratively derive local repository type
Tue, 18 Sep 2018 15:15:24 -0700 Gregory Szorc localrepo: pass root manifest into manifestlog.__init__
Wed, 12 Sep 2018 15:07:27 -0700 Gregory Szorc localrepo: move store() from store module
Wed, 12 Sep 2018 15:03:17 -0700 Gregory Szorc localrepo: move requirements reasonability testing to own function
Wed, 12 Sep 2018 15:47:24 -0700 Gregory Szorc statichttprepo: use new functions for requirements validation
Tue, 11 Sep 2018 17:11:32 -0700 Gregory Szorc hg: allow extra arguments to be passed to repo creation (API)
Sat, 14 Apr 2018 09:57:44 -0700 Gregory Szorc hg: pass command intents to repo/peer creation (API)
Sat, 03 Mar 2018 15:33:52 -0500 Yuya Nishihara py3: back out c77c925987d7 to store bytes filename in IOError
Sat, 03 Mar 2018 10:08:13 -0500 Yuya Nishihara py3: pass a system-string filename to sub-classes of IOError
Sun, 25 Feb 2018 23:34:58 -0500 Augie Fackler statichttprepo: move HTTPRangeHandler from byterange and delete the latter
Tue, 05 Dec 2017 21:50:33 +0900 Yuya Nishihara repoview: extract a factory function of proxy class
Sat, 28 Oct 2017 17:23:52 +0900 Yuya Nishihara statichttprepo: do not use platform path separator to build a URL stable
Sat, 29 Jul 2017 12:50:56 -0700 Gregory Szorc statichttprepo: implement wlock() (issue5613) stable
Sat, 15 Jul 2017 23:05:04 +0200 Boris Feld cachevfs: add a vfs dedicated to cache
Sat, 01 Jul 2017 20:51:19 -0700 Gregory Szorc localrepo: cache types for filtered repos (issue5043)
Thu, 08 Jun 2017 23:23:37 -0700 Gregory Szorc localrepo: move filtername to __init__
Thu, 02 Mar 2017 14:49:01 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'mercurial.statichttprepo'
Fri, 05 Aug 2016 13:56:10 +0200 Pierre-Yves David localrepo: deprecate 'repo.opener' (API)
Thu, 02 Mar 2017 03:24:58 +0100 Pierre-Yves David statichttp: use 'repo.vfs' as the main attribute
Tue, 18 Oct 2016 17:33:39 -0700 Durham Goode manifest: make manifestlog a storecache stable
Fri, 05 Aug 2016 15:48:09 +0200 Pierre-Yves David statichttprepo: do not try to write caches
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat
Sat, 02 Jan 2016 15:33:01 -0800 Gregory Szorc statichttprepo: implement __enter__ and __exit__ on httprangeheader
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 20:11:08 -0700 Gregory Szorc statichttprepo: use absolute_import
Thu, 25 Jun 2015 22:20:09 -0700 Siddharth Agarwal statichttprepo: kill off sopener
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Mon, 18 May 2015 22:40:16 -0400 Augie Fackler statichttprepo: remove wrong getattr ladder
Tue, 10 Feb 2015 20:06:12 -0800 Durham Goode revbranchcache: move cache writing to the transaction finalizer
Tue, 10 Feb 2015 19:53:48 -0800 Durham Goode revbranchcache: move out of branchmap onto localrepo
Sun, 11 Jan 2015 00:25:54 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.sopener
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Sun, 14 Dec 2014 19:11:44 -0800 Ryan McElroy namespaces: remove weakref; always pass in repo
Sun, 14 Dec 2014 12:53:50 -0800 Sean Farley namespaces: add bookmarks to the names data structure
Sun, 14 Dec 2014 19:27:58 +0100 Mads Kiilerich statichttprepo: update profile of __call__ in mock vfs object
Mon, 07 Apr 2014 11:45:50 -0700 Pierre-Yves David statichttp: respect localrepo _restrictcapabilities
Sun, 17 Nov 2013 13:31:18 -0800 Siddharth Agarwal statichttprepo.httprangeheader: implement readlines
Sun, 17 Nov 2013 13:28:11 -0800 Siddharth Agarwal statichttprepo: pass in True to splitlines, not 1
Sat, 21 Sep 2013 21:33:29 +0900 FUJIWARA Katsunori localrepo: make supported features manageable in each repositories individually
Fri, 12 Apr 2013 17:17:05 -0700 Bryan O'Sullivan statichttprepo: add missing import of os
less more (0) -100 -60 tip