[PATCH 8 of 8] test-blackbox: glob away quoting differences on Windows

Jun Wu quark at fb.com
Sun Apr 2 20:41:42 EDT 2017


I have went through these patches. They seem pretty straightforward and
therefore marked as pre-reviewed. 

Excerpts from Matt Harbison's message of 2017-04-02 19:12:54 -0400:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1491114591 14400
> #      Sun Apr 02 02:29:51 2017 -0400
> # Node ID a3ff64b0d0dedde5f2a5103083ad09e0bee7193e
> # Parent  eb4094d2421a9fc49c8342ff244840a6c085697b
> test-blackbox: glob away quoting differences on Windows
> 
> Windows uses double quotes in these places.
> 
> diff --git a/tests/test-blackbox.t b/tests/test-blackbox.t
> --- a/tests/test-blackbox.t
> +++ b/tests/test-blackbox.t
> @@ -25,7 +25,7 @@
>    1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> add a
>    1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> add a exited 0 after * seconds (glob)
>    1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000+ (5000)> blackbox
> -  1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000+ (5000)> blackbox --config 'blackbox.dirty=True' exited 0 after * seconds (glob)
> +  1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000+ (5000)> blackbox --config *blackbox.dirty=True* exited 0 after * seconds (glob)
>    1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> confuse
>    1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> alias 'confuse' expands to 'log --limit 3'
>    1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> confuse exited 0 after * seconds (glob)
> diff --git a/tests/test-devel-warnings.t b/tests/test-devel-warnings.t
> --- a/tests/test-devel-warnings.t
> +++ b/tests/test-devel-warnings.t
> @@ -139,7 +139,7 @@
>    $ hg blackbox -l 9
>    1970/01/01 00:00:00 bob @cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b (5000)> devel-warn: revset "oldstyle" uses list instead of smartset
>    (compatibility will be dropped after Mercurial-3.9, update your code.) at: *mercurial/revset.py:* (mfunc) (glob)
> -  1970/01/01 00:00:00 bob @cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b (5000)> log -r 'oldstyle()' -T '{rev}\n' exited 0 after * seconds (glob)
> +  1970/01/01 00:00:00 bob @cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b (5000)> log -r *oldstyle()* -T *{rev}\n* exited 0 after * seconds (glob)
>    1970/01/01 00:00:00 bob @cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b (5000)> oldanddeprecated
>    1970/01/01 00:00:00 bob @cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b (5000)> devel-warn: foorbar is deprecated, go shopping
>    (compatibility will be dropped after Mercurial-42.1337, update your code.) at: $TESTTMP/buggylocking.py:* (oldanddeprecated) (glob)


More information about the Mercurial-devel mailing list