log mercurial/manifest.py @ 32482:579df5aaa425

age author description
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