log mercurial/repository.py @ 39862:5a9ab91e0a45

age author description
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)
Thu, 20 Sep 2018 19:20:01 -0700 Gregory Szorc manifest: add rawsize() proxy (API)
Wed, 19 Sep 2018 13:48:59 -0700 Gregory Szorc lfs: add repository feature denoting the use of LFS
Wed, 19 Sep 2018 14:36:57 -0700 Gregory Szorc localrepo: define "features" on repository instances (API)
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 17:51:43 -0700 Gregory Szorc revlog: move censor logic out of censor extension
Tue, 18 Sep 2018 16:45:13 -0700 Gregory Szorc error: introduce StorageError
Tue, 18 Sep 2018 15:29:42 -0700 Gregory Szorc localrepo: iteratively derive local repository type
Wed, 12 Sep 2018 15:59:26 -0700 Gregory Szorc localrepo: extract resolving of opener options to standalone functions
Fri, 14 Sep 2018 16:29:51 -0700 spectral narrow: when writing treemanifests, skip inspecting directories outside narrow
Wed, 15 Aug 2018 16:50:44 +0000 Gregory Szorc manifest: make tree a public attribute
Mon, 27 Aug 2018 10:15:15 -0700 Gregory Szorc manifest: proxy to revlog instance instead of inheriting
Fri, 10 Aug 2018 15:01:06 -0700 Gregory Szorc manifest: add getstorage() to manifestlog and use it globally
Fri, 10 Aug 2018 14:20:47 -0700 Gregory Szorc manifest: remove addgroup() from manifestlog and imanifestlog
Fri, 10 Aug 2018 13:59:27 -0700 Gregory Szorc repository: clarify role of imanifestlog
Fri, 10 Aug 2018 11:00:06 -0700 Gregory Szorc manifest: rename dir to tree to avoid shadowing built-in
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, 09 Aug 2018 15:40:14 -0700 Gregory Szorc repository: formalize interfaces for revision deltas and requests
Fri, 03 Aug 2018 11:02:34 -0700 Martin von Zweigbergk narrow: move requirement constant from changegroup to repository
Sun, 01 Jul 2018 14:25:44 -0700 Gregory Szorc manifest: define and implement addgroup() on manifestlog
Wed, 04 Jul 2018 12:12:49 -0700 Gregory Szorc manifest: define and implement rev() on manifestlog
Sat, 30 Jun 2018 18:34:33 -0700 Gregory Szorc repository: define manifest interfaces
Sat, 30 Jun 2018 15:51:04 -0700 Gregory Szorc repository: document that file() return value conforms to interface
Sun, 22 Apr 2018 11:54:10 -0700 Gregory Szorc interfaceutil: module to stub out zope.interface stable