mercurial/manifest.py
Wed, 11 Jul 2018 11:43:22 -0400 Augie Fackler manifest: just duplicate the definition of items as iteritems
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 16:06:05 -0700 Gregory Szorc manifest: make cachesize a private attribute
Sat, 16 Jun 2018 17:56:37 +0900 Yuya Nishihara py3: remove b'' from error message of disallowed filename
Tue, 03 Apr 2018 09:58:16 -0700 Martin von Zweigbergk narrow: move manifestlog overrides to core
Mon, 02 Apr 2018 23:46:04 -0700 Martin von Zweigbergk narrow: move manifestrevlog overrides to core
Tue, 03 Apr 2018 00:13:02 -0700 Martin von Zweigbergk narrow: move excludeddir and related classes to core
Mon, 02 Apr 2018 23:52:43 -0700 Martin von Zweigbergk narrow: add trailing slash to dir earlier for debug{revlog,index,data}
Thu, 22 Feb 2018 20:04:42 -0500 Augie Fackler cleanup: say goodbye to manifestv2 format
Sun, 18 Feb 2018 00:49:29 -0500 Augie Fackler manifest: use list(dict) instead of dict.keys() to get a list of keys
Sun, 18 Feb 2018 00:49:11 -0500 Augie Fackler manifest: correct the one use of iterkeys() on a dict
Tue, 13 Feb 2018 13:23:18 -0800 Martin von Zweigbergk treemanifest: add an optimized __nonzero__()
Mon, 12 Feb 2018 14:01:44 -0500 Augie Fackler manifest: clean up dirlog() to take a d parameter to avoid shadowing dir()
Fri, 29 Dec 2017 05:47:17 +0530 Pulkit Goyal py3: don't use dict.iterkeys()
Sat, 30 Sep 2017 05:22:22 +0530 Pulkit Goyal py3: return False early while checking whether None is a key in lazymanifest
Wed, 13 Sep 2017 17:26:26 +0000 Mark Thomas revlog: add option to mmap revlog index
Fri, 30 Jun 2017 01:47:48 +0900 FUJIWARA Katsunori manifest: apply checkambig=True only for root 00manifest.i
Mon, 29 May 2017 00:00:02 -0400 Augie Fackler cleanup: rename all iteritems methods to items and add iteritems alias
Sun, 28 May 2017 21:29:58 -0400 Augie Fackler manifest: use itertools.chain() instead of + for Python 3 compat
Sun, 28 May 2017 21:29:15 -0400 Augie Fackler manifest: fix some pure-Python parser bits to work on Python 3
Sat, 13 Aug 2016 12:23:56 +0900 Yuya Nishihara parsers: switch to policy importer
Tue, 09 May 2017 13:56:46 -0700 Durham Goode treemanifest: allow manifestrevlog to take an explicit treemanifest arg
Mon, 08 May 2017 09:39:21 -0700 Martin von Zweigbergk manifest: remove unused property _oldmanifest
Fri, 05 May 2017 14:10:58 -0700 Martin von Zweigbergk manifest: remove check for non-contexts in _dirmancache
Mon, 10 Apr 2017 13:07:47 -0700 Durham Goode treemanifest: add walksubtrees api
Mon, 03 Apr 2017 08:45:24 -0700 Martin von Zweigbergk manifest: update comment to be about bytearray
Sun, 26 Mar 2017 19:06:48 +0900 Yuya Nishihara py3: fix manifestdict.fastdelta() to be compatible with memoryview
Sun, 19 Mar 2017 01:12:03 -0400 Augie Fackler manifest: refer to bytestrings as bytes, not str
Sun, 19 Mar 2017 01:11:37 -0400 Augie Fackler manifest: use node.hex instead of .encode('hex')
Mon, 13 Mar 2017 12:40:14 -0700 Gregory Szorc py3: add __bool__ to every class defining __nonzero__
Sun, 12 Mar 2017 03:31:54 -0400 Augie Fackler manifest: ensure paths are bytes (not str) in pure parser
Sun, 12 Mar 2017 03:30:15 -0400 Augie Fackler manifest: now that node.bin is available, use it directly
Sun, 12 Mar 2017 03:29:48 -0400 Augie Fackler manifest: use node.bin instead of .decode('hex')
Sun, 12 Mar 2017 00:43:20 -0500 Augie Fackler manifest: add __next__ methods for Python 3
Sun, 12 Mar 2017 00:44:21 -0500 Augie Fackler manifest: unbreak pure-python manifest parsing on Python 3
Sun, 12 Mar 2017 03:32:21 -0400 Augie Fackler py3: use bytearray() instead of array('c', ...) constructions
Wed, 01 Mar 2017 16:19:41 -0800 Durham Goode treemanifest: make node reuse match flat manifest behavior
Tue, 07 Mar 2017 09:56:11 -0800 Durham Goode manifest: add match argument to diff and filesnotin
Wed, 01 Mar 2017 16:39:48 -0800 Durham Goode manifest: remove _repo from manifestctx objects
Wed, 01 Mar 2017 16:35:57 -0800 Durham Goode manifest: allow specifying the revlog filename
Sun, 26 Feb 2017 10:16:47 -0800 Durham Goode manifest: check 'if x is None' instead of 'if not x'
Thu, 17 Nov 2016 10:59:15 -0800 Mateusz Kwapich manifest: expose the parents() method
Thu, 17 Nov 2016 15:31:19 -0800 Durham Goode manifest: move manifestctx creation into manifestlog.get()
Mon, 14 Nov 2016 15:24:07 -0800 Durham Goode manifest: change treemanifestctx to construct subtrees from the manifestlog
Mon, 14 Nov 2016 15:17:27 -0800 Durham Goode manifest: make revlog verification optional
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: delete manifest.manifest class
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: make manifestlog use it's own cache
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: delete unused dirlog and _newmanifest functions
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: move clearcaches to manifestlog
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: remove usages of manifest.read
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: remove dependency on manifestrevlog being able to create trees
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode manifest: remove manifest.add and add memmfctx.write
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode manifest: add copy to mfctx classes
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode manifest: introduce memmanifestctx and memtreemanifestctx
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode manifestctx: add _revlog() function
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode manifest: remove manifest.find
Fri, 04 Nov 2016 13:49:15 -0700 Martin von Zweigbergk treemanifest: fix a "treeinmem" case
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()
less more (0) -120 tip