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
|
Wed, 15 Aug 2012 16:30:32 -0700 |
Bryan O'Sullivan |
store: sort the results of fncachestore.datafiles()
stable
|
Wed, 25 Jul 2012 19:02:35 +0200 |
Pierre-Yves David |
clone: copy obsolete markers during local clone
stable
|
Mon, 25 Jun 2012 15:14:06 -0700 |
Bryan O'Sullivan |
store: abstract out how we retrieve a file's size
|
Mon, 25 Jun 2012 15:14:05 -0700 |
Bryan O'Sullivan |
store: sort filenames in place
|
Thu, 12 Apr 2012 15:21:54 -0700 |
Bryan O'Sullivan |
store: speed up read and write of large fncache files
|
Tue, 27 Dec 2011 00:11:22 +0100 |
Pierre-Yves David |
phases: prevent rebase to rebase immutable changeset.
|
Mon, 26 Dec 2011 13:47:37 +0100 |
Pierre-Yves David |
phases: copy phases data on local clone
|
Thu, 25 Aug 2011 20:21:04 -0400 |
Greg Ward |
atomictempfile: make close() consistent with other file-like objects.
|
Sun, 08 May 2011 23:27:48 +0200 |
Adrian Buehlmann |
store: change names to comply with project coding standards
|
Wed, 04 May 2011 12:58:59 +0200 |
Adrian Buehlmann |
store: break up reference cycle introduced in 9cbff8a39a2a
|
Mon, 02 May 2011 09:11:35 +0200 |
Dan Villiom Podlaski Christiansen |
store: use a subclass, not a function for fncacheopener
|
Sat, 30 Apr 2011 19:36:48 +0200 |
Dan Villiom Podlaski Christiansen |
store: rename the 'opener' argument to 'openertype'
|
Sat, 30 Apr 2011 19:37:13 +0200 |
Dan Villiom Podlaski Christiansen |
add filteropener abstraction for store openers
|
Sun, 17 Apr 2011 17:55:34 +0200 |
Adrian Buehlmann |
store: add some doctests
|
Wed, 16 Feb 2011 15:02:30 +0100 |
Adrian Buehlmann |
store: remove pointless pathjoiner parameter
|
Fri, 28 Jan 2011 13:38:34 +0100 |
Adrian Buehlmann |
fncachestore: defer updating the fncache file to a single file open
|