From patchwork Sat Jul 15 18:41:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7,of,9] debugextensions: drop the color from the test From: Boris Feld X-Patchwork-Id: 22411 Message-Id: <07c4317cc5f9e3ae8d35.1500144070@FB> To: mercurial-devel@mercurial-scm.org Cc: boris.feld@octobus.net Date: Sat, 15 Jul 2017 20:41:10 +0200 # HG changeset patch # User Boris Feld # Date 1500143512 -7200 # Sat Jul 15 20:31:52 2017 +0200 # Node ID 07c4317cc5f9e3ae8d357c7013743a07227eb89f # Parent 0320a1820f8fcea0709ded92b788ffdb438f1e20 # EXP-Topic cleanup.color debugextensions: drop the color from the test We are about to remove the extension so we remove trace of it in this specific test to prevent it to be confused. diff -r 0320a1820f8f -r 07c4317cc5f9 tests/test-debugextensions.t --- a/tests/test-debugextensions.t Fri Jun 30 03:30:13 2017 +0200 +++ b/tests/test-debugextensions.t Sat Jul 15 20:31:52 2017 +0200 @@ -11,7 +11,6 @@ $ cat >> $HGRCPATH < [extensions] - > color= > histedit= > patchbomb= > rebase= @@ -21,7 +20,6 @@ > EOF $ hg debugextensions - color ext1 (untested!) ext2 (3.2.1!) histedit @@ -30,9 +28,6 @@ rebase $ hg debugextensions -v - color - location: */hgext/color.py* (glob) - bundled: yes ext1 location: */extwithoutinfos.py* (glob) bundled: no @@ -58,13 +53,6 @@ [ { "buglink": "", - "bundled": true, - "name": "color", - "source": "*/hgext/color.py*", (glob) - "testedwith": [] - }, - { - "buglink": "", "bundled": false, "name": "ext1", "source": "*/extwithoutinfos.py*", (glob)