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
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: introduce manifestlog and manifestctx classes
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: make manifest derive from manifestrevlog
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: break mancache into two caches
|
Fri, 05 Aug 2016 13:08:11 -0400 |
Augie Fackler |
bundlerepo: add support for treemanifests in cg3 bundles
|
Tue, 14 Jun 2016 11:53:55 +0200 |
liscju |
i18n: translate abort messages
|
Mon, 02 May 2016 15:22:16 -0700 |
Tony Tung |
manifest: improve filesnotin performance by using lazymanifest diff
|
Fri, 12 Feb 2016 23:09:09 -0800 |
Martin von Zweigbergk |
changegroup: fix treemanifests on merges
|
Tue, 09 Feb 2016 20:22:33 -0800 |
Martin von Zweigbergk |
treemanifest: allow setting flag to 't'
|
Sat, 20 Feb 2016 23:57:21 -0800 |
Martin von Zweigbergk |
treemanifest: rewrite text() using iterentries()
|
Sun, 07 Feb 2016 21:14:01 -0800 |
Martin von Zweigbergk |
treemanifest: implement iterentries()
|
Sun, 07 Feb 2016 21:13:24 -0800 |
Martin von Zweigbergk |
verify: check directory manifests
|
Mon, 21 Dec 2015 21:35:46 -0800 |
Gregory Szorc |
manifest: use absolute_import
|
Sun, 20 Dec 2015 19:31:46 -0800 |
Gregory Szorc |
manifest: implement clearcaches()
|
Sat, 12 Dec 2015 09:57:05 -0800 |
Martin von Zweigbergk |
treemanifest: don't iterate entire matching submanifests on match()
|
Fri, 04 Dec 2015 14:24:45 -0800 |
Martin von Zweigbergk |
manifest: use 't' for tree manifest flag
|
Thu, 05 Nov 2015 18:56:40 -0800 |
Durham Goode |
manifest: skip fastdelta if the change is large
|
Fri, 25 Sep 2015 22:54:46 -0400 |
Augie Fackler |
treemanifest: rework lazy-copying code (issue4840)
|
Fri, 25 Sep 2015 17:18:28 -0400 |
Augie Fackler |
manifest: rename treemanifest load functions to ease debugging
|
Fri, 25 Sep 2015 17:17:36 -0400 |
Augie Fackler |
manifest: add id(self) to treemanifest __repr__
|
Fri, 04 Sep 2015 05:57:58 -0400 |
timeless |
manifest: switch add() to heapq.merge (available in Py2.6+)
|
Tue, 19 May 2015 11:16:20 -0700 |
Martin von Zweigbergk |
manifest: use match.prefix() instead of 'not match.anypats()'
|
Thu, 09 Apr 2015 17:14:35 -0700 |
Martin von Zweigbergk |
treemanifest: lazily load manifests
|
Mon, 18 May 2015 21:31:40 -0700 |
Martin von Zweigbergk |
treemanifest: speed up commit using dirty flag
|
Thu, 26 Feb 2015 08:16:13 -0800 |
Martin von Zweigbergk |
treemanifest: speed up diff by keeping track of dirty nodes
|
Wed, 06 May 2015 15:59:35 -0700 |
Drew Gottlieb |
match: remove unnecessary optimization where visitdir() returns 'all'
|
Fri, 10 Apr 2015 23:12:33 -0700 |
Martin von Zweigbergk |
treemanifest: cache directory logs and manifests
|
Sat, 16 May 2015 14:34:19 -0400 |
Augie Fackler |
cleanup: use __builtins__.all instead of util.all
|
Sun, 12 Apr 2015 23:51:06 -0700 |
Martin von Zweigbergk |
treemanifest: add --dir option to debug{revlog,data,index}
|
Mon, 13 Apr 2015 23:21:02 -0700 |
Martin von Zweigbergk |
treemanifest: store submanifest revlog per directory
|
Tue, 05 May 2015 08:40:59 -0700 |
Martin von Zweigbergk |
treemanifest: set requires at repo creation time, ignore config after
|
Tue, 28 Apr 2015 12:31:30 -0400 |
Augie Fackler |
manifest: document return type of readfast()
|
Sun, 12 Apr 2015 23:01:18 -0700 |
Martin von Zweigbergk |
treemanifest: extract parse method from constructor
|
Sun, 12 Apr 2015 14:37:55 -0700 |
Martin von Zweigbergk |
manifest: duplicate call to addrevision()
|
Fri, 10 Apr 2015 18:54:33 -0700 |
Martin von Zweigbergk |
treemanifest: separate flags for trees in memory and trees on disk
|
Fri, 10 Apr 2015 18:13:01 -0700 |
Martin von Zweigbergk |
manifestdict: drop empty-string argument when creating empty manifest
|
Wed, 08 Apr 2015 09:38:09 -0700 |
Martin von Zweigbergk |
manifestdict: extract condition for _intersectfiles() and use for walk()
|
Tue, 07 Apr 2015 22:40:25 -0700 |
Martin von Zweigbergk |
manifestdict.walk: remove now-redundant check for match.files()
|
Tue, 07 Apr 2015 21:08:23 -0700 |
Martin von Zweigbergk |
manifest.walk: special-case match.always() for speed
|
Tue, 07 Apr 2015 22:36:17 -0700 |
Martin von Zweigbergk |
manifest.walk: use return instead of StopIteration in generator
|
Tue, 07 Apr 2015 15:18:52 -0700 |
Drew Gottlieb |
treemanifest: optimize treemanifest._walk() to skip directories
|
Tue, 07 Apr 2015 22:35:44 -0700 |
Martin von Zweigbergk |
manifest.walk: join nested if-conditions
|
Wed, 08 Apr 2015 10:01:31 -0700 |
Martin von Zweigbergk |
manifestdict: inline _intersectfiles()
|
Wed, 08 Apr 2015 10:03:59 -0700 |
Martin von Zweigbergk |
manifestdict._intersectfiles: avoid one level of property indirection
|
Wed, 08 Apr 2015 10:06:05 -0700 |
Martin von Zweigbergk |
manifestdict.matches: avoid name 'lm' for a not-lazymanifest
|
Tue, 07 Apr 2015 15:18:52 -0700 |
Drew Gottlieb |
treemanifest: refactor treemanifest.walk()
|
Tue, 07 Apr 2015 15:18:52 -0700 |
Drew Gottlieb |
manifest: move changectx.walk() to manifests
|
Mon, 06 Apr 2015 10:51:53 -0700 |
Drew Gottlieb |
treemanifest: further optimize treemanifest.matches()
|
Mon, 06 Apr 2015 14:36:08 -0700 |
Drew Gottlieb |
util: move dirs() and finddirs() from scmutil to util
|
Tue, 10 Mar 2015 09:57:42 -0700 |
Martin von Zweigbergk |
treemanifest: disable readdelta optimization
|
Tue, 31 Mar 2015 14:01:33 -0700 |
Martin von Zweigbergk |
manifestv2: add support for writing new manifest format
|
Fri, 27 Mar 2015 22:26:41 -0700 |
Martin von Zweigbergk |
manifestv2: add support for reading new manifest format
|
Tue, 31 Mar 2015 22:45:45 -0700 |
Martin von Zweigbergk |
manifestv2: set requires at repo creation time
|
Mon, 30 Mar 2015 18:10:59 -0700 |
Drew Gottlieb |
treemanifest: make treemanifest.matches() faster
|
Mon, 30 Mar 2015 17:21:49 -0700 |
Drew Gottlieb |
treemanifest: add treemanifest._isempty()
|
Fri, 27 Mar 2015 13:16:13 -0700 |
Drew Gottlieb |
treemanifest: remove treemanifest._intersectfiles()
|
Fri, 27 Mar 2015 20:41:30 -0700 |
Martin von Zweigbergk |
manifestv2: implement slow readdelta() without revdiff
|
Fri, 27 Mar 2015 17:07:24 -0700 |
Martin von Zweigbergk |
manifestv2: disable fastdelta optimization
|
Fri, 27 Mar 2015 16:19:44 -0700 |
Martin von Zweigbergk |
manifestv2: add (unused) config option
|
Fri, 27 Mar 2015 15:37:46 -0700 |
Martin von Zweigbergk |
manifest: extract method for creating manifest text
|
Fri, 27 Mar 2015 15:02:43 -0700 |
Martin von Zweigbergk |
manifest: extract method for parsing manifest
|
Fri, 27 Mar 2015 20:55:54 -0700 |
Martin von Zweigbergk |
_lazymanifest: drop unnecessary call to sorted()
|
Mon, 30 Mar 2015 10:43:52 -0700 |
Drew Gottlieb |
manifest: make manifest.intersectfiles() internal
|
Thu, 26 Mar 2015 09:42:21 -0700 |
Martin von Zweigbergk |
treemanifest: drop 22nd byte for consistency with manifestdict
|
Wed, 29 Oct 2014 08:43:39 -0700 |
Martin von Zweigbergk |
match: add isexact() method to hide internals
|
Mon, 16 Mar 2015 16:01:16 -0700 |
Martin von Zweigbergk |
treemanifest: make hasdir() faster
|
Tue, 03 Mar 2015 13:50:06 -0800 |
Martin von Zweigbergk |
treemanifest: make filesnotin() faster
|
Thu, 19 Feb 2015 17:13:35 -0800 |
Martin von Zweigbergk |
treemanifest: make diff() faster
|
Mon, 23 Feb 2015 10:57:57 -0800 |
Martin von Zweigbergk |
treemanifest: store directory path in treemanifest nodes
|
Thu, 19 Mar 2015 11:07:57 -0700 |
Martin von Zweigbergk |
treemanifest: add configuration for using treemanifest type
|
Thu, 19 Mar 2015 11:08:42 -0700 |
Martin von Zweigbergk |
treemanifest: create treemanifest class
|
Wed, 18 Mar 2015 15:59:45 -0700 |
Durham Goode |
manifest: avoid intersectfiles for matches > 100 files
|
Wed, 18 Mar 2015 13:37:18 -0500 |
Matt Mackall |
manifest: speed up matches for large sets of files
|
Fri, 13 Mar 2015 15:25:01 -0700 |
Drew Gottlieb |
manifest: add manifestdict.hasdir() method
|
Fri, 13 Mar 2015 15:19:54 -0700 |
Drew Gottlieb |
manifest: add dirs() to manifestdict
|
Thu, 12 Mar 2015 18:18:29 -0700 |
Martin von Zweigbergk |
lazymanifest: make __iter__ generate filenames, not 3-tuples
|
Thu, 12 Mar 2015 18:53:44 -0700 |
Martin von Zweigbergk |
lazymanifest: fix pure hg iterkeys()
|
Wed, 11 Mar 2015 13:46:15 -0700 |
Martin von Zweigbergk |
lazymanifest: add iterkeys() method
|
Wed, 11 Mar 2015 08:28:56 -0700 |
Martin von Zweigbergk |
manifest: rewrite find(node, f) in terms of read(node)
|
Tue, 10 Mar 2015 16:26:13 -0700 |
Martin von Zweigbergk |
manifest: don't let find() look inside manifestdict
|
Fri, 06 Mar 2015 21:29:47 -0500 |
Augie Fackler |
manifest: use custom C implementation of lazymanifest
|
Sat, 07 Mar 2015 12:04:39 -0500 |
Augie Fackler |
manifest: split manifestdict into high-level and low-level logic
|
Sat, 07 Mar 2015 11:43:12 -0500 |
Augie Fackler |
manifest: do parsing inside manifestdict contstructor
|
Sat, 07 Mar 2015 11:42:05 -0500 |
Augie Fackler |
manifest: move parsing functions up in file
|
Fri, 06 Mar 2015 17:00:42 -0600 |
Matt Mackall |
manifest: move pure parsing code out of pure
|
Fri, 27 Feb 2015 13:57:37 -0800 |
Martin von Zweigbergk |
copies: move code into new manifestdict.filesnotin() method
|
Tue, 24 Feb 2015 09:08:54 -0800 |
Martin von Zweigbergk |
manifest: rename 'mf', 'map', and 'mapping' to 'm'
|
Mon, 23 Feb 2015 13:41:02 -0800 |
Martin von Zweigbergk |
manifest: make copy logic local to copy()
|
Fri, 23 Jan 2015 17:06:03 -0800 |
Durham Goode |
manifest: make lru size configurable
|
Wed, 07 Jan 2015 15:55:02 -0500 |
Augie Fackler |
manifest: drop withflags() method, which is now unused
|
Mon, 15 Dec 2014 16:04:28 -0500 |
Augie Fackler |
manifest: add optional recording of clean entries to diff
|