mercurial/filelog.py
Fri, 21 Sep 2018 14:28:21 -0700 Gregory Szorc revlog: new API to emit revision data
Thu, 20 Sep 2018 19:31:07 -0700 Gregory Szorc filelog: drop index attribute (API)
Mon, 24 Sep 2018 09:38:27 -0700 Gregory Szorc upgrade: use rawsize() instead of revlog index
Thu, 20 Sep 2018 18:07:42 -0700 Gregory Szorc filelog: store filename directly on revlog instance
Thu, 20 Sep 2018 17:47:34 -0700 Gregory Szorc lfs: access revlog directly
Wed, 19 Sep 2018 11:22:56 -0700 Gregory Szorc filelog: stop proxying checksize() (API)
Wed, 19 Sep 2018 11:20:02 -0700 Gregory Szorc filelog: remove version attribute (API)
Wed, 19 Sep 2018 11:17:28 -0700 Gregory Szorc verify: start to abstract file verification
Tue, 18 Sep 2018 19:26:44 -0700 Gregory Szorc filelog: stop proxying headrevs() (API)
Tue, 18 Sep 2018 18:56:02 -0700 Gregory Szorc filelog: record what's using attributes
Tue, 18 Sep 2018 18:21:47 -0700 Gregory Szorc filelog: stop proxying datafile (API)
Tue, 18 Sep 2018 18:03:41 -0700 Gregory Szorc filelog: stop proxying _addrevision() (API)
Tue, 18 Sep 2018 17:57:36 -0700 Gregory Szorc filelog: stop proxying compress() (API)
Tue, 18 Sep 2018 17:56:15 -0700 Gregory Szorc filelog: stop proxying start(), end(), and length() (API)
Tue, 18 Sep 2018 17:51:43 -0700 Gregory Szorc revlog: move censor logic out of censor extension
Thu, 13 Sep 2018 16:02:22 -0700 Gregory Szorc filelog: custom filelog to be used with narrow repos
Tue, 14 Aug 2018 17:00:32 +0000 Gregory Szorc filelog: remove proxies to revlog
Thu, 09 Aug 2018 19:27:54 -0700 Gregory Szorc repository: remove candelta() from ifileindex
Thu, 09 Aug 2018 16:11:24 -0700 Gregory Szorc repository: remove storedeltachains from ifilestorage
Thu, 09 Aug 2018 16:02:14 -0700 Gregory Szorc repository: establish API for emitting revision deltas
Thu, 19 Jul 2018 10:06:58 +0200 Boris Feld aggressivemergedeltas: rename variable internally
Thu, 30 Nov 2017 21:19:46 -0500 Gregory Szorc filelog: don't crash on invalid copy metadata (issue5748) stable 4.6
Sun, 22 Apr 2018 11:54:10 -0700 Gregory Szorc interfaceutil: module to stub out zope.interface stable
Fri, 06 Apr 2018 22:39:58 -0700 Gregory Szorc filelog: wrap revlog instead of inheriting it (API)
Thu, 05 Apr 2018 16:31:45 -0700 Gregory Szorc revlog: move censor logic into main revlog class
Thu, 05 Apr 2018 18:22:35 -0700 Gregory Szorc revlog: move parsemeta() and packmeta() from filelog (API)
Thu, 05 Apr 2018 15:18:23 -0700 Gregory Szorc filelog: declare that filelog implements a storage interface
Sun, 07 Jan 2018 15:01:59 -0500 Matt Harbison filelog: add the ability to report the user facing name
Tue, 22 Aug 2017 20:06:58 -0400 Augie Fackler python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)
Tue, 02 May 2017 22:39:14 -0700 Jun Wu filelog: fix parsemeta docstring
Tue, 13 Dec 2016 14:21:36 +0000 Remi Chaintron revlog: merge hash checking subfunctions
Sat, 08 Aug 2015 19:11:42 -0700 Gregory Szorc filelog: use absolute_import
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 22:09:32 -0500 Mike Edgar changegroup: emit full-replacement deltas if either revision is censored
Fri, 23 Jan 2015 17:01:39 -0500 Mike Edgar revlog: add "iscensored()" to revlog public API
Fri, 06 Feb 2015 01:44:24 +0000 Mike Edgar filelog: allow censored files to contain padding data
Thu, 22 Jan 2015 11:09:34 -0500 Mike Edgar filelog: remove unused _file method
Mon, 12 Jan 2015 15:29:36 -0500 Mike Edgar filelog: use censored revlog flag bit to quickly check if a node is censored
Sun, 14 Sep 2014 20:32:34 -0400 Mike Edgar filelog: censored files compare against empty data, have 0 size
Wed, 03 Sep 2014 22:14:20 -0400 Mike Edgar filelog: raise CensoredNodeError when hash checks fail with censor metadata
Tue, 02 Sep 2014 14:42:30 -0400 Mike Edgar filelog: parsemeta stops returning unused key list
Wed, 10 Sep 2014 00:18:15 -0400 Mike Edgar filelog: make parsemeta a public module function, to be used by censor module
Wed, 10 Sep 2014 00:17:17 -0400 Mike Edgar filelog: make packmeta a public module function, to be used by censor
Wed, 01 May 2013 10:39:37 -0700 Durham Goode filelog: use super() for calling base functions
Tue, 10 May 2011 17:38:58 +0200 Sune Foldager filelog: add file function to open other filelogs
Sat, 30 Apr 2011 16:32:50 +0200 Sune Foldager filelog: extract metadata parsing and packing
Thu, 06 Jan 2011 17:04:47 -0600 Matt Mackall filelog: move metadata parsing to a helper function
Mon, 05 Jul 2010 19:49:54 +0900 Nicolas Dumazet filelog: cmp: don't read data if hashes are identical (issue2273) stable
Mon, 05 Jul 2010 18:43:46 +0900 Nicolas Dumazet filelog: test behaviour for data starting with "\1\n" stable
Fri, 09 Jul 2010 11:02:39 +0900 Nicolas Dumazet cmp: document the fact that we return True if content is different stable
Tue, 16 Mar 2010 01:16:19 +0100 Benoit Boissinot merge with stable
Tue, 16 Mar 2010 01:16:04 +0100 Benoit Boissinot filelog: no need to optimize an uncommon case, assume meta = {}
Tue, 16 Mar 2010 01:12:46 +0100 Benoit Boissinot filelog: text is stored modified when it starts with '\1\n' stable
Tue, 16 Feb 2010 21:04:04 +0100 Ronny Pfannschmidt filelog: sort meta entries, ensure deterministic order stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Wed, 20 May 2009 18:35:47 +0200 Benoit Boissinot filelog encoding: move the encoding/decoding into store
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 11 Jan 2009 22:55:36 -0600 Matt Mackall revlog: kill from-style imports
Mon, 12 Jan 2009 09:16:03 +0100 Dirkjan Ochtman use dict.iteritems() rather than dict.items()
less more (0) -60 tip