log mercurial/filelog.py @ 39783:76f92d208f7a

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