mercurial/store.py
Thu, 03 Apr 2014 12:59:12 -0500 Matt Mackall store: drop unused existing list
Mon, 24 Mar 2014 15:43:15 -0700 Durham Goode fncache: clean up fncache during strips
Mon, 24 Mar 2014 15:35:07 -0700 Durham Goode caches: invalidate store caches when lock is taken
Mon, 24 Mar 2014 15:42:13 -0700 Durham Goode fncache: move fncache writing to be in a transaction
Mon, 24 Mar 2014 15:31:47 -0700 Durham Goode fncache: remove the rewriting logic
Tue, 15 Oct 2013 00:51:05 +0900 FUJIWARA Katsunori store: use "vfs.exists()" instead of "os.path.exists()"
Wed, 08 May 2013 14:22:00 -0700 Durham Goode store: move top file walk to a separate function
Wed, 12 Dec 2012 13:09:37 -0800 Bryan O'Sullivan store: switch to C-based hashed path encoding
Wed, 12 Dec 2012 13:09:33 -0800 Bryan O'Sullivan store: implement lowerencode in C
Sun, 09 Dec 2012 23:33:16 +0100 Mads Kiilerich check-code: there must also be whitespace between ')' and operator
Mon, 22 Oct 2012 11:59:11 -0700 Bryan O'Sullivan scmutil: abstract out mustaudit delegation stable
Fri, 12 Oct 2012 10:52:33 +0200 Adrian Buehlmann store: fncache may contain non-existent entries (fixes b9a56b816ff2)
Fri, 12 Oct 2012 10:52:32 +0200 Adrian Buehlmann store: add new _exists helper function on fncachestore
Fri, 12 Oct 2012 10:40:09 +0200 Adrian Buehlmann store: move __contains__() implementation from class fncache into fncachestore
Tue, 09 Oct 2012 16:17:55 +0900 FUJIWARA Katsunori store: invoke "osutil.listdir()" via vfs
Thu, 13 Sep 2012 17:57:43 -0700 smuralid store: add a contains method to fncachestore
Thu, 13 Sep 2012 17:00:34 -0700 smuralid store: add a contains method to basicstore
Wed, 10 Oct 2012 01:29:56 +0200 Mads Kiilerich spelling: fix minor spell checker issues
Mon, 08 Oct 2012 16:46:11 -0500 Matt Mackall store: restore getsize method
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: invoke "os.path.isdir()" via vfs
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: replace invocation of "getsize()" by "vfs.stat()"
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: invoke "os.stat()" for "createmode" initialization via vfs
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori vfs: define "join()" in each classes derived from "abstractvfs"
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: initialize vfs field first to use it for initialization of others
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: rename field name from "opener" to "vfs" in internal classes for fncache
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: rename argument name from "op"(ener) to "vfs"
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann store: optimize _pathencode by checking the length of the unencoded path
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori store: initialize "vfs" fields by "vfs" constructors
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori store: rename "op" variables to "vfs"
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori store: rename "openertype" argument to "vfstype"
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori scmutil: rename classes from "opener" to "vfs"
Wed, 19 Sep 2012 14:00:23 +0200 Adrian Buehlmann store: add a fallback _pathencode Python function
Wed, 19 Sep 2012 13:58:51 +0200 Adrian Buehlmann store: move _plainhybridencode and _dothybridencode higher up in the file
Wed, 19 Sep 2012 11:39:07 +0200 Adrian Buehlmann store: fix _hashencode call in _dothybridencode
Tue, 18 Sep 2012 16:25:20 -0700 Bryan O'Sullivan store: use native fncache encoding function if available
Tue, 18 Sep 2012 14:37:32 -0700 Bryan O'Sullivan store: refactor hashed encoding into its own function
Tue, 18 Sep 2012 19:51:59 +0200 Adrian Buehlmann store: reuse direncoded path in _hybridencode
Tue, 18 Sep 2012 19:51:48 +0200 Adrian Buehlmann store: extract functions _encodefname and _decodefname
Tue, 18 Sep 2012 11:44:16 +0200 Adrian Buehlmann store: use fast C implementation of encodedir() if it's available
Tue, 18 Sep 2012 07:58:50 +0200 Adrian Buehlmann store: add multiline doctest case for encodedir()
Mon, 17 Sep 2012 11:00:38 +0200 Adrian Buehlmann store: optimize fncache._load a bit by dirdecoding the contents in one go
Mon, 17 Sep 2012 08:58:35 +0200 Adrian Buehlmann store: optimize fncache._write by direncoding the contents in one go
Sun, 16 Sep 2012 11:41:02 +0200 Adrian Buehlmann store: move encode lambda logic into fncachestore
Sun, 16 Sep 2012 11:36:14 +0200 Adrian Buehlmann store: eliminate one level of lambda functions on _hybridencode
Sun, 16 Sep 2012 11:36:06 +0200 Adrian Buehlmann store: parameter path of _auxencode is now a list of strings
Sun, 16 Sep 2012 11:36:00 +0200 Adrian Buehlmann store: keep an accumulated length for the shorted dirs in _hybridencode
Sun, 16 Sep 2012 11:35:55 +0200 Adrian Buehlmann store: reorder basename assignment in _hybridencode
Sat, 15 Sep 2012 21:44:08 +0200 Adrian Buehlmann store: remove uneeded startswith('data/') checks in encodedir() and decodedir()
Sat, 15 Sep 2012 21:43:56 +0200 Adrian Buehlmann store: remove uneeded startswith('data/') check in _hybridencode()
Sat, 15 Sep 2012 21:43:14 +0200 Adrian Buehlmann store: refactor splitting off of "data/" in _hybridencode()
Sat, 15 Sep 2012 21:43:05 +0200 Adrian Buehlmann store: let _auxencode() return the list of path segments
Sat, 15 Sep 2012 21:42:58 +0200 Adrian Buehlmann store: eliminate unneded last assignment to n in _auxencode()
Sat, 15 Sep 2012 21:42:52 +0200 Adrian Buehlmann store: unindent most of the contents of the for loop in _auxencode()
Sat, 15 Sep 2012 21:42:43 +0200 Adrian Buehlmann store: optimize _auxencode() by assigning to the list elements of the path
Sat, 15 Sep 2012 21:41:09 +0200 Adrian Buehlmann store: optimze _auxencode() a bit by grouping the reserved names by length
Sat, 15 Sep 2012 21:41:53 +0200 Adrian Buehlmann store: explain "aux.foo" versus "foo.aux" in doc of _auxencode()
Sat, 15 Sep 2012 21:41:45 +0200 Adrian Buehlmann store: add 'com0' and 'lpt0' doctest cases for _auxencode()
Fri, 14 Sep 2012 12:09:05 -0700 Bryan O'Sullivan store: reduce string concatenation when joining
Fri, 14 Sep 2012 12:04:46 -0700 Bryan O'Sullivan scmutil: delegate mustaudit property to the real opener
Wed, 15 Aug 2012 16:31:25 -0700 Bryan O'Sullivan store: only one kind of OSError means "nonexistent entry" stable
less more (0) -100 -60 tip