Thu, 08 Aug 2019 01:28:34 +0200 |
Pierre-Yves David |
flagutil: move REVIDX_KNOWN_FLAGS source of truth in flagutil (API)
|
Wed, 07 Aug 2019 20:48:05 +0200 |
Pierre-Yves David |
rawdata: implement `rawdata` for `simplestore` too
|
Mon, 07 Jan 2019 16:50:23 -0500 |
Augie Fackler |
simplestorerepo: migrate to in-hg CBOR code
|
Mon, 07 Jan 2019 18:22:20 -0500 |
Augie Fackler |
simplestorerepo: minimal changes required to get this mostly working again
|
Wed, 26 Sep 2018 14:41:15 -0700 |
Gregory Szorc |
repository: teach addgroup() to receive data with missing parents
|
Wed, 03 Oct 2018 12:57:01 -0700 |
Gregory Szorc |
repository: define and use revision flag constants
|
Fri, 28 Sep 2018 09:28:38 -0700 |
Gregory Szorc |
filelog: remove revdiff() (API)
|
Mon, 24 Sep 2018 14:31:31 -0700 |
Gregory Szorc |
storageutil: move metadata parsing and packing from revlog (API)
|
Mon, 24 Sep 2018 14:23:54 -0700 |
Gregory Szorc |
storageutil: new module for storage primitives (API)
|
Mon, 24 Sep 2018 13:35:50 -0700 |
Gregory Szorc |
filelog: stop proxying deltaparent() (API)
|
Mon, 24 Sep 2018 12:49:17 -0700 |
Gregory Szorc |
filelog: stop proxying rawsize() (API)
|
Mon, 24 Sep 2018 11:16:33 -0700 |
Gregory Szorc |
filelog: stop proxying flags() (API)
|
Mon, 24 Sep 2018 10:08:58 -0700 |
Gregory Szorc |
filelog: drop _generaldelta attribute (API)
|
Mon, 24 Sep 2018 09:59:19 -0700 |
Gregory Szorc |
revlog: drop emitrevisiondeltas() and associated functionality (API)
|
Thu, 20 Sep 2018 19:31:07 -0700 |
Gregory Szorc |
filelog: drop index attribute (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)
|
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
|
Wed, 04 Apr 2018 14:09:02 -0700 |
Gregory Szorc |
simplestore: use a custom store for the simple store repo
|
Wed, 04 Apr 2018 09:31:19 -0700 |
Gregory Szorc |
simplestore: shore up lookup errors
|
Wed, 04 Apr 2018 11:44:38 -0700 |
Gregory Szorc |
tests: disallow using simple store repo with bundlerepo
|
Wed, 04 Apr 2018 12:16:50 -0700 |
Augie Fackler |
simplestorerepo: avoid shadowing dict in list comprehension over dict
|
Tue, 03 Apr 2018 18:15:24 -0700 |
Gregory Szorc |
tests: conditionalize tests based on presence of revlogs for files
|
Wed, 04 Apr 2018 11:37:07 -0700 |
Gregory Szorc |
tests: add test extension implementing custom filelog storage
|