log mercurial/revlog.py @ 30801:67ee7874e53b

age author description
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