Tue, 27 Nov 2018 16:16:13 +0300 |
Pulkit Goyal |
store: write fncache only once if there are both adds and removes
|
Fri, 23 Nov 2018 18:58:16 +0300 |
Pulkit Goyal |
store: append to fncache if there are only new files to write
|
Tue, 13 Nov 2018 18:44:09 +0300 |
Pulkit Goyal |
store: raise ProgrammingError if unable to decode a storage path
|
Sat, 10 Nov 2018 11:52:32 +0900 |
Yuya Nishihara |
store: pass in decoded filename to narrow matcher
|
Wed, 17 Oct 2018 17:42:32 +0300 |
Pulkit Goyal |
store: introduce _matchtrackedpath() and use it to filter store files
|
Wed, 03 Oct 2018 16:45:24 +0300 |
Pulkit Goyal |
store: pass matcher to store.datafiles()
|
Wed, 12 Sep 2018 15:07:27 -0700 |
Gregory Szorc |
localrepo: move store() from store module
|
Thu, 02 Aug 2018 14:57:20 -0700 |
Martin von Zweigbergk |
narrow: move .hg/narrowspec to .hg/store/narrowspec (BC)
|
Wed, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
Sat, 14 Jul 2018 02:10:43 +0200 |
Boris Feld |
store: assert the fncache have been loaded if dirty
|
Wed, 11 Jul 2018 14:28:13 +0100 |
Martijn Pieters |
fncache: avoid loading the filename cache when not actually modifying it
|
Wed, 04 Apr 2018 10:16:08 -0700 |
Gregory Szorc |
store: make file filtering during walk configurable
|
Fri, 29 Dec 2017 05:25:27 +0530 |
Pulkit Goyal |
py3: use node.hex(h.digest()) instead of h.hexdigest()
|
Sun, 03 Sep 2017 17:28:47 +0900 |
Yuya Nishihara |
py3: iterate bytes as a byte string in store.lowerencode()
|
Sun, 03 Sep 2017 17:27:50 +0900 |
Yuya Nishihara |
py3: use bytechr() in store._buildlowerencodefun()
|
Sun, 03 Sep 2017 17:26:10 +0900 |
Yuya Nishihara |
store: give name to lowerencode function
|
Sun, 03 Sep 2017 15:47:17 +0900 |
Yuya Nishihara |
doctest: do not embed non-ascii characters in docstring
|
Sun, 03 Sep 2017 14:32:11 +0900 |
Yuya Nishihara |
doctest: bulk-replace string literals with b'' for Python 3
|
Fri, 07 Jul 2017 23:40:00 +0900 |
Yuya Nishihara |
vfs: rename auditvfs to proxyvfs
|
Sat, 13 Aug 2016 12:23:56 +0900 |
Yuya Nishihara |
parsers: switch to policy importer
|
Sun, 12 Mar 2017 00:50:44 -0500 |
Augie Fackler |
store: fix many single-byte ops to use slicing in _auxencode
|
Wed, 08 Mar 2017 22:30:12 +0900 |
Yuya Nishihara |
py3: factor out bytechr() function
|
Thu, 02 Mar 2017 13:30:10 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'mercurial.store'
|
Wed, 08 Mar 2017 00:40:15 +0530 |
Pulkit Goyal |
store: slice over a bytestring to get characters instead of ascii values
|
Tue, 07 Feb 2017 23:25:37 +0530 |
Pulkit Goyal |
py3: fix the way we produce bytes list in store.py
|
Mon, 14 Nov 2016 23:15:01 +0000 |
Jun Wu |
store: migrate to util.iterfile
|
Sun, 09 Oct 2016 12:58:22 +0200 |
Martijn Pieters |
store: py26 compat, don't use a dict comprehension
|
Sat, 08 Oct 2016 08:54:05 -0700 |
Mateusz Kwapich |
py3: make encodefun in store.py compatible with py3k
|
Sat, 08 Oct 2016 08:45:28 -0700 |
Mateusz Kwapich |
py3: make the string unicode so its iterable in py3k
|
Fri, 10 Jun 2016 00:10:06 -0400 |
Augie Fackler |
store: use hashlib.sha1 directly instead of through util
|
Sun, 10 Apr 2016 07:28:26 +0000 |
timeless |
store: treat range as a generator instead of a list for py3 compat
|
Thu, 04 Feb 2016 08:34:07 -0800 |
Martin von Zweigbergk |
treemanifests: fix streaming clone
|
Tue, 02 Feb 2016 17:31:17 -0800 |
Martin von Zweigbergk |
treemanifests: fix local clone
|
Mon, 21 Dec 2015 21:19:57 -0800 |
Gregory Szorc |
store: use absolute_import
|
Wed, 14 Oct 2015 22:29:03 -0400 |
timeless |
l10n: use %d instead of %s for numbers
|
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
|
Tue, 23 Jun 2015 22:30:33 -0700 |
Gregory Szorc |
global: mass rewrite to use modern octal syntax
|
Mon, 13 Apr 2015 23:21:02 -0700 |
Martin von Zweigbergk |
treemanifest: store submanifest revlog per directory
|
Wed, 13 May 2015 20:36:56 +0200 |
Adrian Buehlmann |
store: add comment in _hashencode with reason for skipping the first 5 chars
|
Wed, 06 May 2015 15:58:14 -0700 |
Martin von Zweigbergk |
pathencode: for long paths, strip first 5 chars, not first dir
|
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
|