log mercurial/revlog.py @ 36744:33275ab5e837 stable

age author description
Tue, 13 Feb 2018 11:35:32 -0800 Jun Wu revlog: do not use delta for lfs revisions stable
Tue, 06 Feb 2018 19:08:25 -0800 Jun Wu changegroup: do not delta lfs revisions stable
Mon, 05 Mar 2018 01:08:40 +0530 Pulkit Goyal py3: use bytes() instead of str()
Mon, 05 Mar 2018 01:05:54 +0530 Pulkit Goyal py3: use b"%d" instead of str() to convert integers to bytes
Sun, 04 Mar 2018 22:37:41 +0530 Pulkit Goyal py3: use util.forcebytestr instead of str to convert error messages
Wed, 14 Feb 2018 21:34:12 -0500 Augie Fackler node: make bin() be a wrapper instead of just an alias
Mon, 05 Feb 2018 18:04:40 +0100 Boris Feld revlog: rename 'self.checkinlinesize' into '_enforceinlinesize'
Mon, 05 Feb 2018 17:57:29 +0100 Boris Feld revlog: add a _datareadfp context manager for data access needs
Mon, 05 Feb 2018 17:35:14 +0100 Boris Feld revlog: use context manager for data file lifetime in checksize
Mon, 05 Feb 2018 17:34:57 +0100 Boris Feld revlog: use context manager for index file lifetime in checkinlinesize
Mon, 05 Feb 2018 17:34:47 +0100 Boris Feld revlog: use context manager for data file lifetime in checkinlinesize
Mon, 05 Feb 2018 17:34:19 +0100 Boris Feld revlog: use context manager for index file life time in __init__
Mon, 05 Feb 2018 17:22:13 +0100 Boris Feld revlog: move index file opening in a method
Mon, 05 Feb 2018 17:03:56 +0100 Boris Feld revlog: move datafile opening in a method
Thu, 18 Jan 2018 09:14:30 -0500 Augie Fackler revlog: correct type in check to verify rawtext is immutable
Sun, 14 Jan 2018 21:28:12 +0100 Paul Morelle revlog: group delta computation methods under _deltacomputer object
Sun, 14 Jan 2018 14:36:22 +0100 Paul Morelle revlog: refactor out _finddeltainfo from _addrevision
Sun, 14 Jan 2018 13:04:26 -0800 Paul Morelle revlog: group revision info into a dedicated structure
Sun, 14 Jan 2018 13:01:35 -0800 Paul Morelle revlog: rename 'rev' to 'base', as it is the base revision
Sun, 14 Jan 2018 12:59:46 -0800 Paul Morelle revlog: separate diff computation from the collection of other info
Fri, 12 Jan 2018 18:58:44 +0100 Paul Morelle revlog: introduce 'deltainfo' to distinguish from 'delta'
Fri, 12 Jan 2018 18:10:03 +0100 Paul Morelle revlog: extract 'builddelta' closure function from _addrevision
Fri, 12 Jan 2018 15:55:25 +0100 Paul Morelle revlog: extract 'buildtext' closure function from _addrevision
Sun, 14 Jan 2018 12:49:24 -0800 Paul Morelle revlog: choose between ifh and dfh once for all
Sun, 14 Jan 2018 12:46:03 -0800 Paul Morelle revlog: refactor out the selection of candidate revisions
Mon, 25 Dec 2017 16:31:14 -0700 Gregory Szorc revlog: don't use slicing to return parents
Thu, 07 Dec 2017 20:27:03 +0100 Boris Feld upgrade: add a 'redeltafullall' mode
Wed, 18 Oct 2017 15:28:19 +0200 Paul Morelle sparse-read: ignore trailing empty revs in each read chunk
Wed, 18 Oct 2017 09:07:48 +0200 Paul Morelle sparse-read: skip gaps too small to be worth splitting
Wed, 18 Oct 2017 12:53:00 +0200 Boris Feld sparse-read: move from a recursive-based approach to a heap-based one
Sat, 14 Oct 2017 17:05:41 +0200 Paul Morelle revlog-sparse-read: add a lower-threshold for read block size
Tue, 10 Oct 2017 17:50:27 +0200 Paul Morelle revlog: introduce an experimental flag to slice chunks reads when too sparse
Mon, 09 Oct 2017 15:13:41 +0200 Paul Morelle revlog: ignore empty trailing chunks when reading segments
Wed, 13 Sep 2017 17:26:26 +0000 Mark Thomas revlog: add option to mmap revlog index
Wed, 20 Sep 2017 09:22:22 -0700 Durham Goode revlog: add revmap back to revlog.addgroup
Fri, 15 Sep 2017 00:01:57 -0700 Martin von Zweigbergk templater: extract shortest() logic from template function
Wed, 13 Sep 2017 10:43:44 -0700 Durham Goode changegroup: remove changegroup dependency from revlog.addgroup
Wed, 13 Sep 2017 10:43:16 -0700 Durham Goode revlog: refactor chain variable
Wed, 30 Aug 2017 09:21:31 -0700 Martin von Zweigbergk revlog: move check for wdir from changelog to revlog
Tue, 22 Aug 2017 21:21:43 -0400 Augie Fackler revlog: use pycompat.bytestr() to reliably have a %s-able value
Fri, 25 Aug 2017 15:50:07 -0700 Martin von Zweigbergk revlog: abort on attempt to write null revision
Mon, 10 Jul 2017 16:41:13 -0400 Alex Gaynor revlog: use struct.Struct instances for slight performance wins
Mon, 10 Jul 2017 16:39:28 -0400 Alex Gaynor revlog: micro-optimize the computation of hashes
Wed, 05 Jul 2017 11:55:26 -0400 Augie Fackler merge with stable
Fri, 23 Jun 2017 13:49:34 +0200 Pierre-Yves David revlog: add an experimental option to mitigated delta issues (issue5480)
Sun, 25 Jun 2017 12:41:34 -0700 Gregory Szorc revlog: C implementation of delta chain resolution
Tue, 04 Jul 2017 10:17:14 -0400 Augie Fackler revlog: backed out changeset e9d325cfe071 stable
Fri, 23 Jun 2017 13:49:34 +0200 Pierre-Yves David revlog: add an experimental option to mitigated delta issues (issue5480) stable
Tue, 20 Jun 2017 22:11:46 +0530 Pulkit Goyal py3: catch binascii.Error raised from binascii.unhexlify
Thu, 15 Jun 2017 13:42:35 -0700 Martin von Zweigbergk revlog: rename list of nodes from "content" to "nodes"
Thu, 15 Jun 2017 13:25:41 -0700 Martin von Zweigbergk revlog: delete obsolete comment
Thu, 15 Jun 2017 13:23:21 -0700 Martin von Zweigbergk revlog: delete dead assignment in addgroup()
Fri, 19 May 2017 20:29:11 -0700 Gregory Szorc revlog: skeleton support for version 2 revlogs
Fri, 19 Aug 2016 18:26:04 +0900 Yuya Nishihara revlog: add support for partial matching of wdir node id
Sat, 20 Aug 2016 22:37:58 +0900 Yuya Nishihara revlog: map rev(wdirid) to WdirUnsupported exception
Tue, 23 May 2017 01:30:36 +0530 Pulkit Goyal revlog: raise error.WdirUnsupported from revlog.node() if wdirrev is passed
Fri, 19 May 2017 19:12:06 +0530 Pulkit Goyal revlog: raise WdirUnsupported when wdirrev is passed
Fri, 19 May 2017 20:14:31 -0700 Gregory Szorc revlog: remove some revlogNG terminology
Fri, 19 May 2017 20:10:50 -0700 Gregory Szorc revlog: tweak wording and logic for flags validation
Sat, 13 Aug 2016 12:23:56 +0900 Yuya Nishihara parsers: switch to policy importer
Wed, 17 May 2017 19:52:18 -0700 Gregory Szorc revlog: rename constants (API)
Wed, 17 May 2017 20:14:27 -0700 Jun Wu changelog: make sure datafile is 00changelog.d (API)
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Wed, 10 May 2017 16:17:58 -0700 Jun Wu flagprocessor: add a fast path when flags is 0
Tue, 09 May 2017 21:27:06 -0700 Jun Wu revlog: move part of "addrevision" to "addrawrevision"
Sat, 06 May 2017 12:12:53 -0700 Gregory Szorc revlog: rename _chunkraw to _getsegmentforrevs()
Sat, 06 May 2017 12:02:12 -0700 Gregory Szorc revlog: rename internal functions containing "chunk" to use "segment"
Sun, 09 Apr 2017 12:53:31 -0700 Jun Wu revlog: make "size" diverge from "rawsize"
Sun, 02 Apr 2017 18:40:13 -0700 Jun Wu revlog: avoid applying delta chain on cache hit
Sun, 02 Apr 2017 18:29:24 -0700 Jun Wu revlog: indent block to make review easier
Sun, 02 Apr 2017 18:25:12 -0700 Jun Wu revlog: avoid calculating "flags" twice in revision()
Sun, 02 Apr 2017 18:57:03 -0700 Jun Wu revlog: use raw revision for rawsize
Thu, 30 Mar 2017 21:21:15 -0700 Jun Wu revlog: add a fast path for revision(raw=False)
Thu, 30 Mar 2017 18:38:03 -0700 Jun Wu revlog: make _addrevision only accept rawtext
Thu, 30 Mar 2017 18:24:23 -0700 Jun Wu revlog: use raw revisions in clone
Thu, 30 Mar 2017 18:23:27 -0700 Jun Wu revlog: use raw revisions in revdiff
Thu, 30 Mar 2017 17:58:03 -0700 Jun Wu revlog: use raw content when building delta
Thu, 30 Mar 2017 15:34:08 -0700 Jun Wu revlog: fix _cache usage in revision()
Thu, 30 Mar 2017 14:56:09 -0700 Jun Wu revlog: rename some "text"s to "rawtext"
Thu, 30 Mar 2017 07:59:48 -0700 Jun Wu revlog: clarify flagprocessor documentation
Wed, 29 Mar 2017 16:23:04 -0700 Jun Wu revlog: avoid unnecessary node -> rev conversion
Sun, 26 Mar 2017 17:12:06 +0900 Yuya Nishihara py3: fix slicing of byte string in revlog.compress()
Tue, 21 Mar 2017 17:39:49 -0400 Augie Fackler revlog: use pycompat.maplist to eagerly evaluate map on Python 3
Sun, 19 Mar 2017 01:05:28 -0400 Augie Fackler revlog: use int instead of long
Sun, 12 Mar 2017 15:27:02 -0400 Augie Fackler revlog: use bytes() instead of str() to get data from memoryview
Sun, 12 Mar 2017 03:32:38 -0400 Augie Fackler revlog: use bytes() to ensure text from _chunks is a reasonable type
Sun, 12 Mar 2017 00:49:49 -0500 Augie Fackler revlog: extract first byte of revlog with a slice so it's portable
Tue, 17 Jan 2017 11:25:02 -0800 Martin von Zweigbergk revlog: give EXTSTORED flag value to narrowhg
Fri, 13 Jan 2017 20:16:56 -0800 Gregory Szorc localrepo: experimental support for non-zlib revlog compression
Fri, 13 Jan 2017 19:58:00 -0800 Gregory Szorc revlog: use compression engine APIs for decompression
Mon, 02 Jan 2017 11:22:52 -0800 Gregory Szorc revlog: use compression engine API for compression
Mon, 02 Jan 2017 13:00:16 -0800 Gregory Szorc revlog: move decompress() from module to revlog class (API)
Mon, 02 Jan 2017 11:50:17 -0800 Gregory Szorc revlog: make compressed size comparisons consistent
Sun, 18 Dec 2016 17:02:57 -0800 Gregory Szorc revlog: add clone method
Thu, 05 Jan 2017 17:16:51 +0000 Remi Chaintron revlog: REVIDX_EXTSTORED flag
Tue, 10 Jan 2017 16:15:21 +0000 Remi Chaintron revlog: flag processor
Thu, 05 Jan 2017 17:16:07 +0000 Remi Chaintron revlog: pass revlog flags to addrevision
Thu, 05 Jan 2017 17:16:07 +0000 Remi Chaintron revlog: add 'raw' argument to revision and _addrevision
Tue, 13 Dec 2016 14:21:36 +0000 Remi Chaintron revlog: merge hash checking subfunctions
Mon, 28 Nov 2016 04:34:01 -0800 Cotizo Sima revlog: ensure that flags do not overflow 2 bytes
Thu, 10 Nov 2016 16:34:43 -0500 Augie Fackler revlog: avoid shadowing several variables using list comprehensions
Sun, 23 Oct 2016 10:40:33 -0700 Gregory Szorc revlog: optimize _chunkraw when startrev==endrev
Sat, 22 Oct 2016 15:41:23 -0700 Gregory Szorc revlog: inline start() and end() for perf reasons
Sun, 23 Oct 2016 09:34:55 -0700 Gregory Szorc revlog: reorder index accessors to match data structure order
Fri, 14 Oct 2016 02:25:08 +0200 Pierre-Yves David revlog: make 'storedeltachains' a "public" attribute
Sat, 24 Sep 2016 12:25:37 -0700 Gregory Szorc revlog: add instance variable controlling delta chain use
Wed, 24 Aug 2016 20:18:58 -0700 Gregory Szorc revlog: document high frequency of code execution
Wed, 24 Aug 2016 20:00:52 -0700 Gregory Szorc revlog: make code in builddelta() slightly easier to read
Thu, 22 Sep 2016 21:51:58 +0900 FUJIWARA Katsunori revlog: specify checkambig at writing to avoid file stat ambiguity
Mon, 22 Aug 2016 21:48:50 -0700 Gregory Szorc revlog: use an LRU cache for delta chain bases
Mon, 22 Aug 2016 20:17:36 -0700 Gregory Szorc revlog: remove unused variables
Fri, 05 Aug 2016 15:35:02 -0400 Augie Fackler revlog: use `iter(callable, sentinel)` instead of while True
Wed, 22 Jun 2016 21:30:49 +0100 Jun Wu revlog: add a fast path for "ambiguous identifier"
Fri, 10 Jun 2016 00:10:34 -0400 Augie Fackler revlog: use hashlib.sha1 directly instead of through util
Sun, 22 Nov 2015 17:57:35 -0800 Gregory Szorc revlog: remove unnecessary cache validation in _chunks
Tue, 05 Jan 2016 19:51:51 -0800 Gregory Szorc revlog: return offset from _chunkraw()
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Sun, 20 Dec 2015 16:00:27 -0800 Gregory Szorc revlog: avoid string slice when decompressing u* chunks
Mon, 21 Dec 2015 14:52:18 -0600 Matt Mackall cleanup: back out performance hacks amended into previous commit
Fri, 18 Dec 2015 06:33:48 +0000 timeless commands: consistently indent notes 3 spaces