Mon, 19 Dec 2016 04:25:18 +0100 |
Pierre-Yves David |
changegroup: simplify logic around enabling changegroup 03
|
Mon, 19 Dec 2016 04:29:33 +0100 |
Pierre-Yves David |
changegroup: pass 'repo' to allsupportedversions
|
Mon, 19 Dec 2016 04:31:13 +0100 |
Pierre-Yves David |
changegroup: simplify 'allsupportedversions' logic
|
Wed, 14 Dec 2016 09:53:56 -0800 |
Stanislau Hlebik |
cg1packer: fix `compressed` method
|
Mon, 07 Nov 2016 18:38:13 -0800 |
Gregory Szorc |
changegroup: use compression engines API
|
Tue, 08 Nov 2016 08:03:43 -0800 |
Durham Goode |
changegroup: remove remaining uses of repo.manifest
|
Wed, 02 Nov 2016 17:10:47 -0700 |
Durham Goode |
manifest: get rid of manifest.readshallowfast
|
Tue, 01 Nov 2016 18:29:09 -0700 |
Gregory Szorc |
changegroup: use changelogrevision()
|
Tue, 01 Nov 2016 18:28:03 -0700 |
Gregory Szorc |
changegroup: cache changelog and manifestlog outside of loop
|
Sun, 16 Oct 2016 13:35:23 -0700 |
Gregory Szorc |
changegroup: increase write buffer size to 128k
|
Fri, 14 Oct 2016 01:31:11 +0200 |
Pierre-Yves David |
changegroup: skip delta when the underlying revlog do not use them
|
Thu, 13 Oct 2016 12:49:47 +0200 |
Gregory Szorc |
changegroup: document deltaparent's choice of previous revision
|
Tue, 13 Sep 2016 16:25:21 -0700 |
Durham Goode |
manifest: add manifestctx.readdelta()
|
Tue, 09 Aug 2016 17:06:35 +0200 |
Pierre-Yves David |
computeoutgoing: move the function from 'changegroup' to 'exchange'
|
Tue, 09 Aug 2016 17:00:38 +0200 |
Pierre-Yves David |
getchangegroup: take an 'outgoing' object as argument (API)
|
Tue, 09 Aug 2016 22:31:38 +0200 |
Pierre-Yves David |
outgoing: add a 'missingroots' argument
|
Tue, 09 Aug 2016 15:26:53 +0200 |
Pierre-Yves David |
outgoing: pass a repo object to the constructor
|
Mon, 08 Aug 2016 22:06:07 -0700 |
Gregory Szorc |
changegroup: move branch cache debug message to proper location
|
Fri, 05 Aug 2016 13:59:58 -0400 |
Augie Fackler |
changegroup: use `iter(callable, sentinel)` instead of while True
|
Wed, 03 Aug 2016 22:07:52 -0700 |
Gregory Szorc |
discovery: move code to create outgoing from roots and heads
|
Sun, 17 Jul 2016 15:13:51 -0700 |
Gregory Szorc |
bundle2: store changeset count when creating file bundles
|
Thu, 16 Jun 2016 15:15:33 -0700 |
Martin von Zweigbergk |
changegroup: don't send empty subdirectory manifest groups
|
Thu, 12 May 2016 22:29:05 -0400 |
Augie Fackler |
changegroup: extract method that sorts nodes to send
|
Mon, 28 Mar 2016 14:41:29 -0700 |
Martin von Zweigbergk |
bundle: move writebundle() from changegroup.py to bundle2.py (API)
|
Mon, 29 Feb 2016 09:26:43 -0800 |
Martin von Zweigbergk |
changegroup: clear progress callback after changelog processing
|
Sun, 28 Feb 2016 22:51:07 -0800 |
Martin von Zweigbergk |
changegroup: progress for added files is not measured in "chunks"
|
Sun, 28 Feb 2016 21:15:06 -0800 |
Martin von Zweigbergk |
changegroup: exclude submanifests from manifest progress
|
Sat, 27 Feb 2016 23:06:05 -0800 |
Gregory Szorc |
changegroup: use changelog.readfiles
|
Mon, 22 Feb 2016 14:43:14 -0800 |
Martin von Zweigbergk |
changegroup: drop special-casing of flat manifests
|
Fri, 12 Feb 2016 23:09:09 -0800 |
Martin von Zweigbergk |
changegroup: fix treemanifests on merges
|