mercurial/revlog.py
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
Sun, 20 Dec 2015 18:56:05 -0800 Gregory Szorc revlog: refactor delta chain computation into own function
Sun, 20 Dec 2015 17:48:20 -0800 Gregory Szorc revlog: make clearcaches() more effective
Sun, 20 Dec 2015 16:34:54 -0600 Matt Mackall merge with stable
Fri, 18 Dec 2015 20:54:41 -0800 Martin von Zweigbergk revlog: fix bad indentation (replace tab by space) stable
Mon, 14 Dec 2015 15:55:12 -0500 Mike Edgar changegroup: add flags field to cg3 delta header
Fri, 18 Dec 2015 14:40:11 -0600 Matt Mackall merge with stable
Thu, 17 Dec 2015 17:16:02 -0800 Gregory Szorc revlog: seek to end of file before writing (issue4943) stable
Sat, 12 Dec 2015 23:22:18 -0800 Gregory Szorc revlog: use absolute_import
Fri, 04 Dec 2015 17:46:56 -0800 Martin von Zweigbergk revlog: don't consider nullrev when choosing delta base
Fri, 04 Dec 2015 17:14:14 -0800 Martin von Zweigbergk revlog: make calls to _isgooddelta() consistent
Fri, 04 Dec 2015 16:45:06 -0800 Martin von Zweigbergk revlog: clarify which revision is added to 'tested' when using cached delta
Fri, 04 Dec 2015 17:22:26 -0800 Martin von Zweigbergk revlog: remove unused variable 'chainlen'
Tue, 01 Dec 2015 16:15:59 -0800 Pierre-Yves David addrevision: use general delta when the incoming base delta is bad
Tue, 01 Dec 2015 18:45:16 -0800 Pierre-Yves David addrevision: rework generaldelta computation
Tue, 01 Dec 2015 16:06:20 -0800 Pierre-Yves David addrevision: only use the incoming base if it is a good delta (issue4975)
Tue, 01 Dec 2015 16:22:49 -0800 Pierre-Yves David addrevision: handle code path not producing delta
Tue, 01 Dec 2015 15:29:11 -0800 Pierre-Yves David addrevision: rename 'd' to 'delta'
Sun, 22 Nov 2015 16:23:20 -0800 Gregory Szorc revlog: improve documentation
Mon, 02 Nov 2015 15:59:12 +0000 Pierre-Yves David format: introduce 'format.usegeneraldelta`
Wed, 14 Oct 2015 11:32:33 -0400 Augie Fackler revlog: rename bundle to cg to reflect its nature as a cg?unpacker
Sat, 26 Sep 2015 21:43:13 -0700 Gregory Szorc revlog: don't flush data file after every added revision
Sun, 27 Sep 2015 16:08:18 -0700 Gregory Szorc revlog: use existing file handle when reading during _addrevision
Sun, 27 Sep 2015 15:59:19 -0700 Gregory Szorc revlog: always open revlogs for reading and appending
Sun, 27 Sep 2015 15:48:35 -0700 Gregory Szorc revlog: support using an existing file handle when reading revlogs
Sun, 27 Sep 2015 15:31:50 -0700 Gregory Szorc revlog: add docstring for checkinlinesize()
Sat, 12 Sep 2015 16:11:17 -0700 Gregory Szorc revlog: optionally cache the full text when adding revisions
Sat, 12 Sep 2015 15:16:47 -0700 Gregory Szorc revlog: drop local assignment of cache variable
Sat, 12 Sep 2015 12:47:00 -0700 Gregory Szorc revlog: rename generic "i" variable to "indexdata"
Sun, 30 Aug 2015 14:03:32 -0700 Durham Goode revlog: add an aggressivemergedelta option
Sun, 30 Aug 2015 13:58:11 -0700 Durham Goode revlog: change generaldelta delta parent heuristic
Sun, 30 Aug 2015 13:34:30 -0700 Durham Goode revlog: move textlen calculation to be above delta chooser
Sun, 30 Aug 2015 13:33:00 -0700 Durham Goode revlog: move delta check to it's own function
Sun, 02 Aug 2015 12:16:19 +0900 Yuya Nishihara revlog: remove unused shaoffset constants
Sun, 02 Aug 2015 01:14:11 +0900 Yuya Nishihara revlog: correct comment about size of v0 index format
Sat, 18 Jul 2015 10:29:37 -0700 Gregory Szorc revlog: add support for a callback whenever revisions are added
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Thu, 04 Jun 2015 14:57:58 -0500 Matt Mackall revlog: move size limit check to addrevision
Tue, 02 Jun 2015 15:04:39 -0400 Jordi GutiƩrrez Hermoso revlog: raise an exception earlier if an entry is too large (issue4675)
Fri, 29 May 2015 14:24:50 -0700 Laurent Charignon phases: fix bug where native phase computation wasn't called
Sat, 16 May 2015 11:28:04 -0700 Martin von Zweigbergk util: drop alias for collections.deque
Wed, 25 Mar 2015 15:58:31 -0400 Mike Edgar revlog: make converting from inline to non-line work after a strip
Fri, 20 Mar 2015 11:14:27 -0700 Laurent Charignon phase: default to C implementation for phase computation
Wed, 14 Jan 2015 15:16:08 -0500 Mike Edgar revlog: addgroup checks if incoming deltas add censored revs, sets flag bit
Wed, 21 Jan 2015 17:11:37 -0500 Mike Edgar revlog: _addrevision creates full-replace deltas based on censored revisions
Fri, 06 Feb 2015 01:38:16 +0000 Mike Edgar revlog: special case expanding full-replacement deltas received by exchange
Fri, 06 Feb 2015 00:55:29 +0000 Mike Edgar revlog: in addgroup, reject ill-formed deltas based on censored nodes
Fri, 23 Jan 2015 17:01:39 -0500 Mike Edgar revlog: add "iscensored()" to revlog public API
Wed, 04 Feb 2015 21:25:57 +0900 Yuya Nishihara revlog: add __contains__ for fast membership test
Mon, 12 Jan 2015 14:41:25 -0500 Mike Edgar revlog: verify censored flag when hashing added revision fulltext
Mon, 12 Jan 2015 14:30:24 -0500 Mike Edgar revlog: add flags argument to _addrevision, update callers use default flags
Mon, 12 Jan 2015 14:01:52 -0500 Mike Edgar revlog: define censored flag for revlogng index
Fri, 14 Nov 2014 16:52:40 -0800 Siddharth Agarwal revlog: switch findmissing* methods to incrementalmissingrevs
Sun, 16 Nov 2014 00:39:48 -0800 Siddharth Agarwal revlog: add a method to get missing revs incrementally
Fri, 14 Nov 2014 14:36:25 -0800 Siddharth Agarwal ancestor.lazyancestors: take parentrevs function rather than changelog
Thu, 13 Nov 2014 21:36:38 -0800 Siddharth Agarwal revlog: cache chain info after calculating it for a rev (issue4452)
less more (0) -300 -100 -60 tip