Mon, 12 Nov 2018 01:40:33 +0100 |
Boris Feld |
test: explicitly disable sparse-revlog in test-generaldelta.t
|
Wed, 31 Oct 2018 12:08:37 -0700 |
Boris Feld |
changegroup: restore default node ordering (issue6001)
stable
|
Mon, 24 Sep 2018 09:41:42 -0700 |
Gregory Szorc |
changegroup: remove reordering control (BC)
|
Fri, 27 Jul 2018 19:09:41 +0200 |
Boris Feld |
revlog: skip over empty revision when looking for delta base
|
Fri, 20 Jul 2018 09:08:20 +0200 |
Boris Feld |
config: rename `revlog` section into `storage`
stable
|
Thu, 19 Jul 2018 10:35:29 +0200 |
Boris Feld |
aggressivemergedelta: document rename and move to `revlog` section
|
Thu, 21 Jun 2018 18:19:57 +0200 |
Paul Morelle |
debugdeltachain: avoid division by zero when a chain is empty
|
Fri, 22 Jun 2018 01:42:38 +0200 |
Paul Morelle |
aggressivemergedeltas: enabled the option by default
|
Tue, 08 May 2018 14:17:46 -0700 |
Boris Feld |
bundle2: mark the bundle2 part as advisory (issue5872)
stable
|
Tue, 08 May 2018 11:39:38 +0200 |
Boris Feld |
debugbundle: also display if a part is mandatory or advisory
stable
|
Tue, 03 Apr 2018 10:04:30 -0700 |
Gregory Szorc |
tests: skip some tests when using simple store
|
Mon, 02 Apr 2018 16:24:57 -0700 |
Gregory Szorc |
tests: use debugdeltachain where appropriate
|
Wed, 21 Feb 2018 17:33:00 +0100 |
Boris Feld |
bundle: include advisory rev branch cache part in bundle2 bundle
|
Sun, 10 Dec 2017 22:50:57 -0500 |
Matt Harbison |
tests: remove (glob) annotations that were only for '\' matches
|
Thu, 12 Oct 2017 09:39:50 +0200 |
Denis Laxalde |
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
|
Tue, 22 Aug 2017 23:11:35 -0400 |
Augie Fackler |
debugcommands: stabilize output of debugbundle by having a custom repr
|
Wed, 05 Jul 2017 11:55:26 -0400 |
Augie Fackler |
merge with stable
|
Fri, 23 Jun 2017 13:49:34 +0200 |
Pierre-Yves David |
revlog: add an experimental option to mitigated delta issues (issue5480)
|
Tue, 04 Jul 2017 10:17:14 -0400 |
Augie Fackler |
revlog: backed out changeset e9d325cfe071
stable
|
Fri, 23 Jun 2017 13:49:34 +0200 |
Pierre-Yves David |
revlog: add an experimental option to mitigated delta issues (issue5480)
stable
|
Thu, 15 Jun 2017 00:15:52 -0700 |
Martin von Zweigbergk |
strip: include phases in bundle (BC)
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
Sun, 17 Jul 2016 15:13:51 -0700 |
Gregory Szorc |
bundle2: store changeset count when creating file bundles
|
Sun, 17 Jul 2016 15:10:30 -0700 |
Gregory Szorc |
util: implement a deterministic __repr__ on sortdict
|
Sun, 03 Jul 2016 22:28:24 +0530 |
Pulkit Goyal |
py3: make files use absolute_import and print_function
|
Fri, 04 Dec 2015 17:46:56 -0800 |
Martin von Zweigbergk |
revlog: don't consider nullrev when choosing delta base
|
Tue, 01 Dec 2015 16:15:59 -0800 |
Pierre-Yves David |
addrevision: use general delta when the incoming base delta is bad
|
Tue, 01 Dec 2015 18:11:00 -0800 |
Pierre-Yves David |
test: use a bigger manifest in general delta test
|
Sat, 07 Nov 2015 13:53:11 -0500 |
Pierre-Yves David |
test: enforce non-generaldelta base repository in 'test-generaldelta'
|
Mon, 02 Nov 2015 15:59:12 +0000 |
Pierre-Yves David |
format: introduce 'format.usegeneraldelta`
|