Tue, 11 Sep 2018 19:50:07 -0700 |
Gregory Szorc |
bundlerepo: dynamically create repository type from base repository
|
Tue, 11 Sep 2018 19:16:32 -0700 |
Gregory Szorc |
bundlerepo: factor out code for instantiating a bundle repository
|
Tue, 11 Sep 2018 18:45:05 -0700 |
Gregory Szorc |
bundlerepo: pass create=True
|
Tue, 11 Sep 2018 17:11:32 -0700 |
Gregory Szorc |
hg: allow extra arguments to be passed to repo creation (API)
|
Fri, 10 Aug 2018 14:44:50 -0700 |
Gregory Szorc |
manifest: rename dir argument and attribute to tree
|
Wed, 01 Aug 2018 10:57:14 -0700 |
Martin von Zweigbergk |
index: replace insert(-1, e) method by append(e) method
|
Sat, 26 May 2018 12:20:36 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkdtemp() to use bytes path
|
Sat, 14 Apr 2018 09:57:44 -0700 |
Gregory Szorc |
hg: pass command intents to repo/peer creation (API)
|
Fri, 13 Apr 2018 11:21:55 -0700 |
Gregory Szorc |
bundlerepo: use command executor for wire protocol commands
|
Wed, 11 Apr 2018 17:51:40 -0700 |
Gregory Szorc |
bundlerepo: rename "other" to "peer"
|
Fri, 13 Apr 2018 11:12:19 -0700 |
Gregory Szorc |
wireproto: convert legacy commands to command executor
|
Fri, 06 Apr 2018 22:39:58 -0700 |
Gregory Szorc |
filelog: wrap revlog instead of inheriting it (API)
|
Tue, 03 Apr 2018 13:16:12 -0700 |
Gregory Szorc |
bundlerepo: use super() when calling file()
|
Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
Wed, 17 Jan 2018 21:42:56 -0500 |
Augie Fackler |
bundlerepo: use native str when peeking in __dict__
|
Sat, 20 Jan 2018 13:54:36 -0800 |
Gregory Szorc |
bundle2: specify what capabilities will be used for
|
Sun, 10 Dec 2017 06:36:35 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in bundlerepo.py
|
Mon, 13 Nov 2017 21:10:37 -0800 |
Gregory Szorc |
bundle2: don't use seekable bundle2 parts by default (issue5691)
|
Mon, 13 Nov 2017 20:12:00 -0800 |
Gregory Szorc |
bundle2: only seek to beginning of part in bundlerepo
|
Mon, 13 Nov 2017 19:12:56 -0800 |
Gregory Szorc |
bundlerepo: rename "bundlefilespos" variable and attribute
|
Mon, 13 Nov 2017 19:12:17 -0800 |
Gregory Szorc |
bundlerepo: rename "bundle" arguments to "cgunpacker"
|
Sat, 11 Nov 2017 18:55:04 -0800 |
Gregory Szorc |
bundlerepo: use early return
|
Sat, 11 Nov 2017 18:41:14 -0800 |
Gregory Szorc |
bundlerepo: rename _bundle to _cgunpacker
|
Sat, 11 Nov 2017 18:34:50 -0800 |
Gregory Szorc |
bundlerepo: assign bundle attributes in bundle type blocks
|
Sat, 11 Nov 2017 18:22:36 -0800 |
Gregory Szorc |
bundlerepo: make bundle and bundlefile attributes private
|
Sat, 11 Nov 2017 18:14:41 -0800 |
Gregory Szorc |
bundlerepo: don't assume there are only two bundle classes
|
Sat, 11 Nov 2017 18:09:16 -0800 |
Gregory Szorc |
bundlerepo: add docstring for bundlerepository class
|
Sat, 11 Nov 2017 18:05:02 -0800 |
Gregory Szorc |
bundlerepo: rename arguments to bundlerepository.__init__
|
Sat, 11 Nov 2017 17:07:33 -0800 |
Gregory Szorc |
bundlerepo: use suffix variable
|
Sat, 11 Nov 2017 17:02:31 -0800 |
Gregory Szorc |
bundlerepo: make methods agree with base class
|