[PATCH] debugbundle: add tests for debugbundle output with bundle2

Augie Fackler raf at durin42.com
Wed May 4 17:06:43 EDT 2016


> On May 4, 2016, at 17:04, Mike Hommey <mh at glandium.org> wrote:
> 
> On Wed, May 04, 2016 at 01:03:54PM -0400, Augie Fackler wrote:
>> test-check-commit.t sends his regards, fixing in-flight.
> 
> Can you tell me what it reported? because I *do* have
> contrib/check-commit in a commit hook, and it didn't report anything.
> (And I double checked that committing with "Foo" as a subject properly
> fails)

It was complaining about the doubled blank line introduced in this patch. I've noted where below.

> 
>> 
>>> On May 4, 2016, at 12:58, Augie Fackler <raf at durin42.com> wrote:
>>> 
>>> Queued this, thanks
>>> 
>>>> On May 3, 2016, at 17:52, Mike Hommey <mh at glandium.org> wrote:
>>>> 
>>>> # HG changeset patch
>>>> # User Mike Hommey <mh at glandium.org>
>>>> # Date 1462311884 -32400
>>>> #      Wed, 4 May 2016 06:44:44 +0900
>>>> # Node ID 08222f813f4858ef28e1d9573f69014cb0cab897
>>>> # Parent c9c5b691ea221f8e3d34a16eb9e1e71fe78ed4ce
>>>> debugbundle: add tests for debugbundle output with bundle2
>>>> 
>>>> diff --git a/tests/test-debugbundle.t b/tests/test-debugbundle.t
>>>> index 03257b4..1fb72bf 100644
>>>> --- a/tests/test-debugbundle.t
>>>> +++ b/tests/test-debugbundle.t
>>>> @@ -13,6 +13,14 @@ Create a test repository:
>>>>      282 (manifests)
>>>>       93  b
>>>>       93  c
>>>> +  $ hg bundle --base 0 --rev tip bundle2.hg -v --type none-v2
>>>> +  2 changesets found
>>>> +  uncompressed size of bundle content:
>>>> +       372 (changelog)
>>>> +       322 (manifests)
>>>> +       113  b
>>>> +       113  c
>>>> +

^ this added blank line was what check-commit whined at me about.

>>>> 
>>>> Terse output:
>>>> 
>>>> @@ -20,6 +28,14 @@ Terse output:
>>>> 0e067c57feba1a5694ca4844f05588bb1bf82342
>>>> 991a3460af53952d10ec8a295d3d2cc2e5fa9690
>>>> 
>>>> +Terse output:
>>>> +
>>>> +  $ hg debugbundle bundle2.hg
>>>> +  Stream params: {}
>>>> +  changegroup -- "{'version': '02'}"
>>>> +      0e067c57feba1a5694ca4844f05588bb1bf82342
>>>> +      991a3460af53952d10ec8a295d3d2cc2e5fa9690
>>>> +
>>>> Verbose output:
>>>> 
>>>> $ hg debugbundle --all bundle.hg
>>>> @@ -39,4 +55,23 @@ Verbose output:
>>>> c
>>>> b80de5d138758541c5f05265ad144ab9fa86d1db 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000 991a3460af53952d10ec8a295d3d2cc2e5fa9690 0000000000000000000000000000000000000000 0
>>>> 
>>>> +  $ hg debugbundle --all bundle2.hg
>>>> +  Stream params: {}
>>>> +  changegroup -- "{'version': '02'}"
>>>> +      format: id, p1, p2, cset, delta base, len(delta)
>>>> +  
>>>> +      changelog
>>>> +      0e067c57feba1a5694ca4844f05588bb1bf82342 3903775176ed42b1458a6281db4a0ccf4d9f287a 0000000000000000000000000000000000000000 0e067c57feba1a5694ca4844f05588bb1bf82342 3903775176ed42b1458a6281db4a0ccf4d9f287a 80
>>>> +      991a3460af53952d10ec8a295d3d2cc2e5fa9690 0e067c57feba1a5694ca4844f05588bb1bf82342 0000000000000000000000000000000000000000 991a3460af53952d10ec8a295d3d2cc2e5fa9690 0e067c57feba1a5694ca4844f05588bb1bf82342 80
>>>> +  
>>>> +      manifest
>>>> +      686dbf0aeca417636fa26a9121c681eabbb15a20 8515d4bfda768e04af4c13a69a72e28c7effbea7 0000000000000000000000000000000000000000 0e067c57feba1a5694ca4844f05588bb1bf82342 8515d4bfda768e04af4c13a69a72e28c7effbea7 55
>>>> +      ae25a31b30b3490a981e7b96a3238cc69583fda1 686dbf0aeca417636fa26a9121c681eabbb15a20 0000000000000000000000000000000000000000 991a3460af53952d10ec8a295d3d2cc2e5fa9690 686dbf0aeca417636fa26a9121c681eabbb15a20 55
>>>> +  
>>>> +      b
>>>> +      b80de5d138758541c5f05265ad144ab9fa86d1db 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000 0e067c57feba1a5694ca4844f05588bb1bf82342 0000000000000000000000000000000000000000 0
>>>> +  
>>>> +      c
>>>> +      b80de5d138758541c5f05265ad144ab9fa86d1db 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000 991a3460af53952d10ec8a295d3d2cc2e5fa9690 0000000000000000000000000000000000000000 0
>>>> +
>>>> $ cd ..
>>>> _______________________________________________
>>>> Mercurial-devel mailing list
>>>> Mercurial-devel at mercurial-scm.org
>>>> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
>>> 
>> 
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel



More information about the Mercurial-devel mailing list