[PATCH 3 of 3] help: show advanced, experimental and deprecated extensions with --verbose

2018-12-28 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1546038850 18000 # Fri Dec 28 18:14:10 2018 -0500 # Node ID b00a136667ccb9b6cbf4923140b3ecd8eec21538 # Parent 9a51dee68d34d395488eb7e62387966f3591bd91 help: show advanced, experimental and deprecated extensions with --verbose I noticed that p

[PATCH 1 of 3] phabricator: assign commands to help categories

2018-12-28 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1546036393 18000 # Fri Dec 28 17:33:13 2018 -0500 # Node ID a0ebb47df5ecc5d51e08b05287ce590f8fe47851 # Parent f91292b9e400a63b462aa736448cecc07480a65a phabricator: assign commands to help categories `phabsend` and `phabupdate` seem pretty clo

[PATCH 2 of 3] help: remove a duplicate category name entry for TOPIC_CATEGORY_NONE

2018-12-28 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1546037127 18000 # Fri Dec 28 17:45:27 2018 -0500 # Node ID 9a51dee68d34d395488eb7e62387966f3591bd91 # Parent a0ebb47df5ecc5d51e08b05287ce590f8fe47851 help: remove a duplicate category name entry for TOPIC_CATEGORY_NONE diff --git a/mercurial

D5488: typos: correct spelling of uninterruptable -> uninterruptible

2018-12-28 Thread spectral (Kyle Lippincott)
spectral created this revision. Herald added a reviewer: durin42. Herald added a reviewer: martinvonz. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5488 AFFECTED FILES hgext/narro

[PATCH 8 of 8 V3] delta: reuse _findsnapshot call from previous stage

2018-12-28 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1545297384 -3600 # Thu Dec 20 10:16:24 2018 +0100 # Node ID 1f6dd79e454137dc685a2cb528a7967ca7de0184 # Parent d5912247e9a798f3a329794f64ce0627af0ba107 # EXP-Topic sparse-revlog # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 7 of 8 V3] delta: have a native implementation of _findsnapshot

2018-12-28 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1545297320 -3600 # Thu Dec 20 10:15:20 2018 +0100 # Node ID d5912247e9a798f3a329794f64ce0627af0ba107 # Parent f4307f117d823efa9497a8ffa46bf13f68a16c2d # EXP-Topic sparse-revlog # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 6 of 8 V3] revlog: add test case for _findsnapshots

2018-12-28 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1545366450 -3600 # Fri Dec 21 05:27:30 2018 +0100 # Node ID f4307f117d823efa9497a8ffa46bf13f68a16c2d # Parent da893aea43102eae6ce8324b8f7667cf90690d1e # EXP-Topic sparse-revlog # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 5 of 8 V3] revlog: use the native implementation of issnapshot

2018-12-28 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1545366458 -3600 # Fri Dec 21 05:27:38 2018 +0100 # Node ID da893aea43102eae6ce8324b8f7667cf90690d1e # Parent 1ab85bafd017062237be01429bc3ce48ee3ef796 # EXP-Topic sparse-revlog # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 4 of 8 V3] revlog: add a native implementation of issnapshot

2018-12-28 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1545040633 -3600 # Mon Dec 17 10:57:13 2018 +0100 # Node ID 1ab85bafd017062237be01429bc3ce48ee3ef796 # Parent a85d334d94953fa99f96055baf20f1f0d946b172 # EXP-Topic sparse-revlog # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 2 of 8 V3] revlog: more efficient implementation for issnapshot

2018-12-28 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1545040296 -3600 # Mon Dec 17 10:51:36 2018 +0100 # Node ID d313cef8450897c3abf201940f73f57b5dfe8b37 # Parent e7865a9776d5f676b2c49390e533bca293be6f9e # EXP-Topic sparse-revlog # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 3 of 8 V3] revlog: catch revlog corruption in index_baserev

2018-12-28 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1545950077 -3600 # Thu Dec 27 23:34:37 2018 +0100 # Node ID a85d334d94953fa99f96055baf20f1f0d946b172 # Parent d313cef8450897c3abf201940f73f57b5dfe8b37 # EXP-Topic sparse-revlog # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 1 of 8 V3] revlog: fix pure python slicing test when chain contains nullrev

2018-12-28 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1545296356 -3600 # Thu Dec 20 09:59:16 2018 +0100 # Node ID e7865a9776d5f676b2c49390e533bca293be6f9e # Parent ef54bd33b47604f82a85cd0a68de71741f56c345 # EXP-Topic sparse-revlog # Available At https://bitbucket.org/octobus/mercurial-devel/ #

Re: [PATCH 02 of 10 V2] revlog: fix pure python slicing code when chain contains nullrev

2018-12-28 Thread Boris FELD
On 28/12/2018 06:23, Yuya Nishihara wrote: > On Fri, 28 Dec 2018 00:24:48 +0100, Boris FELD wrote: >>> Can you turn these tests into a unittest to cover both pure and C >>> implementations? >> Turning this specific test is a bit more complicated than we would like >> as we are taking advantage of _