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
|
Mon, 24 Dec 2012 03:21:15 +0100 |
Pierre-Yves David |
branchmap: enable caching for filtered version too
|
Sat, 22 Dec 2012 01:59:05 +0100 |
Pierre-Yves David |
branchmap: add the tipnode (cache key) on the branchcache object
|
Tue, 09 Oct 2012 01:41:55 +0900 |
FUJIWARA Katsunori |
vfs: define "join()" in each classes derived from "abstractvfs"
|
Fri, 31 Aug 2012 02:06:29 +0900 |
FUJIWARA Katsunori |
scmutil: rename classes from "opener" to "vfs"
|
Fri, 13 Jul 2012 21:52:28 +0200 |
Sune Foldager |
peer: introduce canpush and improve error message
|
Fri, 13 Jul 2012 21:47:06 +0200 |
Peter Arrenbrecht |
peer: introduce real peer classes
|
Fri, 06 Jul 2012 18:45:26 +0900 |
FUJIWARA Katsunori |
localrepo: add "vfs" fields to "localrepository" for migration from "opener"
|
Sat, 09 Jun 2012 19:13:24 -0600 |
Alexander Boyd |
statichttprepo: don't send Range header when requesting entire file
stable
|
Wed, 15 Feb 2012 20:02:35 +0200 |
Idan Kamara |
scmutil: update cached copy when filecached attribute is assigned (issue3263)
stable
|
Wed, 18 Jan 2012 17:23:54 +0100 |
Pierre-Yves David |
phases: mechanism to allow extension to alter initial computation of phase
|
Mon, 25 Jul 2011 15:47:43 -0500 |
Augie Fackler |
statichttprepo: replace hasattr with getattr
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: add a cache with stat info for files under .hg/
|
Fri, 03 Jun 2011 20:08:26 +0200 |
Martin Geisler |
statichttprepo: use in-place difference for shorter line
|
Tue, 31 May 2011 19:16:18 +0200 |
Adrian Buehlmann |
introduce new function scmutil.readrequires
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Sat, 30 Apr 2011 19:41:25 +0200 |
Dan Villiom Podlaski Christiansen |
statichttprepo: make the opener a subclass of abstractopener
|
Sat, 30 Apr 2011 09:43:20 -0700 |
Brodie Rao |
url: move URL parsing functions into util to improve startup time
|
Wed, 30 Mar 2011 20:01:35 -0700 |
Brodie Rao |
httprepo/sshrepo: use url.url
|
Fri, 18 Feb 2011 01:19:01 +0100 |
Adrian Buehlmann |
statichttprepo: abort if opener mode is 'r+' or 'rb+'
|
Fri, 18 Feb 2011 20:25:25 +0100 |
Adrian Buehlmann |
introduce new RequirementError (issue2649)
stable
|
Fri, 18 Feb 2011 23:41:13 +0100 |
Mads Kiilerich |
statichttprepo: don't modify localrepo class variables
stable
|
Wed, 16 Feb 2011 15:02:30 +0100 |
Adrian Buehlmann |
store: remove pointless pathjoiner parameter
|
Fri, 24 Dec 2010 15:23:01 +0100 |
Dan Villiom Podlaski Christiansen |
explicitly close files
|
Tue, 04 Jan 2011 14:12:52 -0600 |
Matt Mackall |
revlog: remove lazy index
|
Tue, 24 Aug 2010 13:13:35 -0500 |
Matt Mackall |
statichttprepo: disable pushkey
|
Tue, 11 May 2010 16:28:09 -0500 |
Matt Mackall |
static-http: disable lazy parsing
|
Mon, 26 Apr 2010 20:13:14 +0900 |
Nicolas Dumazet |
static-http: mimic more closely localrepo (issue2164: allow clone -r )
stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: rename in-memory tag cache instance attributes (issue548).
|
Sun, 24 May 2009 18:31:01 +0200 |
Patrick Mezard |
statichttprepo: handle remote not supporting Range headers
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 23 Mar 2009 13:12:07 +0100 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
Tue, 28 Oct 2008 08:26:18 +0100 |
Benoit Boissinot |
statichttprepo: cleanups, use url.py (proxy, password support)
|
Wed, 22 Oct 2008 15:41:32 -0500 |
Matt Mackall |
Autodetect static-http
|
Sun, 19 Oct 2008 22:07:43 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sun, 19 Oct 2008 19:49:56 +0200 |
Thomas Arendsen Hein |
Fix Debian bug #494889 (fetching from static-http://... broken)
|
Mon, 08 Sep 2008 11:32:53 +0200 |
Martin Geisler |
do not pretend to lock static-http repositories (issue994)
|
Sun, 31 Aug 2008 00:22:20 +0200 |
Adrian Buehlmann |
Fix for Issue1260
|
Wed, 13 Aug 2008 20:18:43 -0500 |
Matt Mackall |
statichttp: use store class
|
Thu, 24 Jul 2008 16:32:52 +0200 |
Adrian Buehlmann |
introduce store classes
|
Thu, 24 Jul 2008 16:32:51 +0200 |
Adrian Buehlmann |
move filename encoding functions from util.py to new store.py
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
repo classes: remove unused dev() method
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Fri, 08 Feb 2008 11:50:37 +0100 |
Dirkjan Ochtman |
make static-http work with empty repos (issue965)
|
Sat, 22 Sep 2007 18:56:36 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 22 Sep 2007 18:37:35 +0200 |
Paul Bx |
statichttprepo: fix calls on '/' URI (issue 747)
|
Sun, 08 Jul 2007 09:54:42 +0200 |
Thomas Arendsen Hein |
Removed deprecated hg:// and old-http:// protocols (issue406)
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Thu, 22 Mar 2007 19:52:38 -0500 |
Matt Mackall |
revlog: simplify revlog version handling
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Sun, 10 Dec 2006 19:41:57 +0100 |
Benoit Boissinot |
fix errors spotted by pychecker
|
Fri, 01 Dec 2006 13:34:09 +0100 |
Benoit Boissinot |
switch to the .hg/store layout, fix the tests
|
Sun, 10 Dec 2006 00:06:59 +0100 |
Benoit Boissinot |
add "requires" file to the repo, specifying the requirements
|
Tue, 05 Dec 2006 16:33:40 +0100 |
Benoit Boissinot |
use forward "/" for internal path and static http, fix issue437
|
Tue, 05 Dec 2006 11:28:23 +0100 |
Benoit Boissinot |
introduce localrepo.spath for the store path, sopener fixes
|
Mon, 23 Oct 2006 17:12:20 -0500 |
Matt Mackall |
localrepo: add separate methods for manipulating repository data
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Mon, 31 Jul 2006 07:11:12 -0700 |
Vadim Gelfer |
clean up hg.py: move repo constructor code into each repo module
|
Tue, 25 Jul 2006 13:50:32 -0700 |
Vadim Gelfer |
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Implement revlogng.
|
Wed, 01 Mar 2006 15:29:13 +0100 |
Thomas Arendsen Hein |
Catch urllib errors for old-http in a nicer way.
|
Wed, 01 Feb 2006 19:18:15 +0100 |
Benoit Boissinot |
Merge with crew
|
Thu, 15 Dec 2005 18:04:05 +0100 |
Benoit Boissinot |
reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5
|
Thu, 08 Dec 2005 15:12:02 +0100 |
Benoit Boissinot |
cleanup of revlog.group when repository is local
|
Tue, 27 Dec 2005 13:09:49 -0600 |
Benoit Boissinot |
cleanup of revlog.group when repository is local
|
Fri, 23 Sep 2005 00:05:16 -0700 |
Bryan O'Sullivan |
Move urllib error handling from revlog into statichttprepo, where it belongs.
|
Sat, 27 Aug 2005 16:28:53 -0700 |
mpm |
Separate out old-http support
|