log tests/simplestorerepo.py @ 39843:68282a7b29a7

age author description
Wed, 19 Sep 2018 11:20:02 -0700 Gregory Szorc filelog: remove version attribute (API)
Tue, 18 Sep 2018 19:26:44 -0700 Gregory Szorc filelog: stop proxying headrevs() (API)
Tue, 18 Sep 2018 16:47:09 -0700 Gregory Szorc global: replace most uses of RevlogError with StorageError (API)
Tue, 18 Sep 2018 16:18:37 -0700 Gregory Szorc revlog: drop RevlogError alias (API)
Fri, 07 Sep 2018 15:57:55 -0700 Gregory Szorc localrepo: pass ui to newreporequirements() (API)
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
Sat, 30 Jun 2018 18:55:04 -0700 Gregory Szorc tests: use interfaceutil in simplestorerepo
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
Wed, 04 Apr 2018 19:17:22 -0700 Gregory Szorc simplestore: correctly implement flag processors
Wed, 04 Apr 2018 17:53:45 -0700 Gregory Szorc simplestore: back up index when adding a revision
Wed, 04 Apr 2018 14:11:43 -0700 Gregory Szorc verify: allow suppressing warnings about extra files