Thu, 03 Nov 2016 17:31:14 -0700 |
Durham Goode |
manifest: add __nonzero__ method
|
Wed, 02 Nov 2016 17:10:47 -0700 |
Durham Goode |
manifest: remove manifest.readshallowdelta
|
Wed, 02 Nov 2016 17:10:47 -0700 |
Durham Goode |
manifest: get rid of manifest.readshallowfast
|
Wed, 02 Nov 2016 17:10:47 -0700 |
Durham Goode |
manifest: add shallow option to treemanifestctx.readdelta and readfast
|
Wed, 02 Nov 2016 17:10:47 -0700 |
Durham Goode |
manifest: change manifestlog mancache to be directory based
|
Wed, 02 Nov 2016 17:24:06 -0700 |
Durham Goode |
manifest: add manifestlog.get to obtain subdirectory instances
|
Wed, 02 Nov 2016 17:33:31 -0700 |
Durham Goode |
manifest: throw LookupError if node not in revlog
|
Tue, 18 Oct 2016 17:44:42 -0700 |
Durham Goode |
manifest: make treemanifestctx store the repo
stable
|
Tue, 18 Oct 2016 17:44:26 -0700 |
Durham Goode |
manifest: make manifestctx store the repo
stable
|
Tue, 18 Oct 2016 17:33:39 -0700 |
Durham Goode |
manifest: make manifestlog a storecache
stable
|
Mon, 17 Oct 2016 22:51:22 -0700 |
Martin von Zweigbergk |
manifest: don't store None in fulltextcache
|
Mon, 17 Oct 2016 16:12:12 -0700 |
Martin von Zweigbergk |
treemanifest: fix bad argument order to treemanifestctx
|
Mon, 12 Sep 2016 13:37:14 +0200 |
Maciej Fijalkowski |
lazymanifest: write a more efficient, pypy friendly version of lazymanifest
|
Thu, 22 Sep 2016 21:51:58 +0900 |
FUJIWARA Katsunori |
manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity
|
Tue, 20 Sep 2016 12:24:01 -0700 |
Durham Goode |
manifest: add manifestlog.add
|
Tue, 20 Sep 2016 12:24:01 -0700 |
Durham Goode |
manifest: move manifest.add onto manifestrevlog
|
Tue, 20 Sep 2016 12:24:01 -0700 |
Durham Goode |
manifest: remove dependency on treeinmem from manifest.add
|
Tue, 20 Sep 2016 12:24:01 -0700 |
Durham Goode |
manifest: move treeinmem onto manifestlog
|
Tue, 13 Sep 2016 16:00:41 -0700 |
Durham Goode |
manifest: move dirlog up to manifestrevlog
|
Tue, 13 Sep 2016 16:00:41 -0700 |
Durham Goode |
manifest: move revlog specific options from manifest to manifestrevlog
|
Tue, 13 Sep 2016 16:26:30 -0700 |
Durham Goode |
manifest: adds manifestctx.readfast
|
Tue, 13 Sep 2016 16:25:21 -0700 |
Durham Goode |
manifest: add manifestctx.readdelta()
|
Mon, 12 Sep 2016 10:55:43 -0700 |
Durham Goode |
manifest: change manifestctx to not inherit from manifestdict
|
Sat, 10 Sep 2016 01:42:05 +0200 |
Pierre-Yves David |
manifest: backed out changeset bb3281b3fcaa
|
Sat, 10 Sep 2016 01:41:38 +0200 |
Pierre-Yves David |
manifest: backed out changeset b60a5fe98b73
|
Wed, 31 Aug 2016 12:46:53 -0700 |
Durham Goode |
manifest: change manifestctx to not inherit from manifestdict
|
Mon, 29 Aug 2016 18:02:09 -0700 |
Durham Goode |
manifest: make uses of _mancache aware of contexts
|
Wed, 31 Aug 2016 13:29:49 -0700 |
Durham Goode |
manifest: add treemanifestctx class
|
Mon, 29 Aug 2016 17:48:14 -0700 |
Durham Goode |
manifest: call m1.load and m2.load before writing a subtree
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: use property instead of field for manifest revlog storage
|