[PATCH] revert: remove unused debug code in the test file

Augie Fackler raf at durin42.com
Fri May 29 15:04:26 CDT 2015


On Fri, May 29, 2015 at 10:34:26AM -0700, Laurent Charignon wrote:
> # HG changeset patch
> # User Laurent Charignon <lcharignon at fb.com>
> # Date 1432920852 25200
> #      Fri May 29 10:34:12 2015 -0700
> # Node ID 87eae1ad240047f04bc3a05cdda36277cc5e5400
> # Parent  a4acf019dd5b72e91a1b1321d80d298033be8111
> revert: remove unused debug code in the test file

queued, thanks

>
> I left a test environment variable in a previous commit and it is doing nothing
> useful. This patch removes it.
>
> diff --git a/tests/test-revert-interactive.t b/tests/test-revert-interactive.t
> --- a/tests/test-revert-interactive.t
> +++ b/tests/test-revert-interactive.t
> @@ -292,7 +292,7 @@
>    $ hg st
>
>  4) Use interactive revert to recover f and change it on the fly
> -  $ HGEDITOR="\"sh\" \"${TESTTMP}/editor.sh\"" PRINTHUNK="YES" hg revert -i -r ".^^"  <<EOF
> +  $ HGEDITOR="\"sh\" \"${TESTTMP}/editor.sh\"" hg revert -i -r ".^^"  <<EOF
>    > y
>    > e
>    > EOF
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list