log mercurial/revlog.py @ 30288:ceddc3d94d74

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