log mercurial/revlog.py @ 26115:748347e0e8d4

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