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__
|